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 ffcae94 commit deb3698
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/chromium-browser/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
version: '3.7'
services:
chromium:
image: lscr.io/linuxserver/chromium:latest # This uses the 'latest' tag
image: lscr.io/linuxserver/chromium:version-14193214
container_name: chromium
security_opt:
- seccomp:unconfined # optional
- seccomp:unconfined #optional
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- CHROME_CLI=https://www.linuxserver.io/ # optional
- CHROME_CLI=https://www.linuxserver.io/ #optional
volumes:
- /path/to/config:/config
ports:
- 3000:3000
- 3001:3001
shm_size: "1gb"
restart: unless-stopped
restart: on-failure

0 comments on commit deb3698

Please sign in to comment.