added firefox
This commit is contained in:
@@ -15,6 +15,21 @@ services:
|
||||
- ${DOCKER_CONFIGS}/bazarr:/config
|
||||
- ${MEDIA_DIR}:/media
|
||||
|
||||
firefox:
|
||||
container_name: firefox
|
||||
image: lscr.io/linuxserver/firefox:latest
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TZ}
|
||||
depends_on:
|
||||
- gluetun
|
||||
network_mode: "service:gluetun"
|
||||
shm_size: "1gb"
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/firefox:/config
|
||||
|
||||
gluetun:
|
||||
container_name: gluetun
|
||||
image: qmcgaw/gluetun:v3.34
|
||||
@@ -31,6 +46,7 @@ services:
|
||||
devices:
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
ports:
|
||||
- 3000:3000 # firefox
|
||||
- 8888:8888 # http proxy
|
||||
- 3129:3129 # jdownloader
|
||||
- 5800:5800 # jdownloader
|
||||
|
||||
Reference in New Issue
Block a user