testing firefox
This commit is contained in:
@@ -29,6 +29,24 @@ services:
|
||||
# volumes:
|
||||
# - debian-xfce-firefox:/home/akanealw
|
||||
|
||||
firefox:
|
||||
container_name: firefox
|
||||
image: lscr.io/linuxserver/firefox:latest
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TZ}
|
||||
- START_DOCKER=false
|
||||
- LC_ALL=en_US.UTF-8
|
||||
- NO_DECOR=true
|
||||
depends_on:
|
||||
- gluetun
|
||||
network_mode: "service:gluetun"
|
||||
shm_size: "1gb"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/firefox/config:/config
|
||||
|
||||
flaresolverr:
|
||||
container_name: flaresolverr
|
||||
image: ghcr.io/flaresolverr/flaresolverr:latest
|
||||
@@ -65,6 +83,8 @@ services:
|
||||
- 8777:8000 # http control
|
||||
- 8888:8888 # http proxy
|
||||
# - 6901:6901 # debian xfce firefox
|
||||
- 3100:3000 # firefox http
|
||||
- 3101:3001 # firefox https
|
||||
- 3129:3129 # jdownloader
|
||||
- 5800:5800 # jdownloader]
|
||||
- 8282:8282 # qbittorrent
|
||||
|
||||
Reference in New Issue
Block a user