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