auto backup 2026-07-28_20:40:01
This commit is contained in:
@@ -92,9 +92,10 @@ services:
|
||||
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-qO-", "http://127.0.0.1:9999"]
|
||||
test: ["CMD-SHELL", "/gluetun-entrypoint healthcheck"]
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
start_period: 10s
|
||||
retries: 10
|
||||
|
||||
|
||||
@@ -107,7 +108,7 @@ services:
|
||||
- PGID=1000
|
||||
- TZ=Europe/Paris
|
||||
- WEBUI_PORT=8090
|
||||
#- DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent
|
||||
- DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent
|
||||
volumes:
|
||||
- /home/docker/BitDen/config:/config
|
||||
- /mnt/bindmounts/multimedia/Downloads:/downloads
|
||||
|
||||
Reference in New Issue
Block a user