Skip to content

Commit

Permalink
add linuxserver-firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
DejavuMoe committed May 10, 2023
1 parent ab69dd1 commit 90310a6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions linuxserver-firefox/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: "3.5"
services:
firefox:
image: linuxserver/firefox:latest
container_name: firefox
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Seoul
volumes:
- ./config:/config
ports:
- "127.0.0.1:3001:3000"
shm_size: "2gb"
restart: unless-stopped

0 comments on commit 90310a6

Please sign in to comment.