Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maddog1110 authored Dec 7, 2024
1 parent 7032198 commit ffcae94
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions apps/chromium-browser/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
version: '3.7'
services:
chrome:
image: lscr.io/linuxserver/chromium:10.02.24 # Use the version tag
container_name: umbrel-chrome
chromium:
image: lscr.io/linuxserver/chromium:latest # This uses the 'latest' tag
container_name: chromium
security_opt:
- seccomp:unconfined # optional
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- CHROME_CLI=--no-sandbox --start-maximized
- CUSTOM_PORT=30099
- CUSTOM_USER=admin
- CUSTOM_PASS=umbrel123
restart: on-failure
- CHROME_CLI=https://www.linuxserver.io/ # optional
volumes:
- /path/to/config:/config
ports:
- 3000:3000
- 3001:3001
shm_size: "1gb"
restart: unless-stopped

0 comments on commit ffcae94

Please sign in to comment.