mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 00:00:13 -08:00
Add gluetun service_healthy dependency to sabnzbd container
Co-authored-by: acedanger <1345540+acedanger@users.noreply.github.com>
This commit is contained in:
@@ -40,6 +40,9 @@ services:
|
||||
- /data/usenet/incomplete-downloads:/incomplete-downloads
|
||||
# network_mode: "service:gluetun" forces sabnzbd to connect to the internet through the VPN defined in the gluetun container above
|
||||
network_mode: service:gluetun
|
||||
depends_on:
|
||||
gluetun:
|
||||
condition: service_healthy
|
||||
restart: always
|
||||
labels:
|
||||
- diun.enable=true
|
||||
|
||||
Reference in New Issue
Block a user