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 9bf02f3 commit 95ada58
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions apps/chromium-browser/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
version: '3.7'
services:
chromium:
image: lscr.io/linuxserver/chromium:latest
image: lscr.io/linuxserver/chromium:stable
container_name: chromium
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=1000
- PGID=1000
Expand All @@ -16,4 +13,4 @@ services:
- 3000:3000
- 3001:3001
shm_size: "1gb"
restart: on-failure
restart: unless-stopped

0 comments on commit 95ada58

Please sign in to comment.