This commit is contained in:
2022-04-03 22:02:58 +02:00
parent e7a4cad096
commit dfc8a6abfe
7 changed files with 49 additions and 1 deletions

View File

@ -0,0 +1,15 @@
version: "2.1"
services:
firefox:
image: lscr.io/linuxserver/firefox
container_name: firefox
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Warsaw
volumes:
- /docker/firefox:/config
ports:
- 3333:3000
shm_size: "1gb"
restart: always

View File

@ -0,0 +1,15 @@
version: "2.1"
services:
firefox:
image: lscr.io/linuxserver/firefox
container_name: firefox
environment:
- PUID=1024
- PGID=100
- TZ=Europe/Warsaw
volumes:
- /volume1/docker/firefox:/config
ports:
- 3333:3000
shm_size: "1gb"
restart: always