added firefox
This commit is contained in:
@@ -15,6 +15,21 @@ services:
|
|||||||
- ${DOCKER_CONFIGS}/bazarr:/config
|
- ${DOCKER_CONFIGS}/bazarr:/config
|
||||||
- ${MEDIA_DIR}:/media
|
- ${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:
|
gluetun:
|
||||||
container_name: gluetun
|
container_name: gluetun
|
||||||
image: qmcgaw/gluetun:v3.34
|
image: qmcgaw/gluetun:v3.34
|
||||||
@@ -31,6 +46,7 @@ services:
|
|||||||
devices:
|
devices:
|
||||||
- /dev/net/tun:/dev/net/tun
|
- /dev/net/tun:/dev/net/tun
|
||||||
ports:
|
ports:
|
||||||
|
- 3000:3000 # firefox
|
||||||
- 8888:8888 # http proxy
|
- 8888:8888 # http proxy
|
||||||
- 3129:3129 # jdownloader
|
- 3129:3129 # jdownloader
|
||||||
- 5800:5800 # jdownloader
|
- 5800:5800 # jdownloader
|
||||||
|
|||||||
Reference in New Issue
Block a user