This commit is contained in:
Qballjos 2021-02-25 19:46:04 +01:00
parent 2f2b27b120
commit 747897f084
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ services:
nzbhydra2: nzbhydra2:
container_name: nzbhydra2 container_name: nzbhydra2
image: hotio/nzbhydra2 image: hotio/nzbhydra2
network_mode: "service:openvpn" network_mode: "service:qbittorrent"
depends_on: depends_on:
- qbittorrent - qbittorrent
environment: environment:
@ -53,7 +53,7 @@ services:
jackett: jackett:
container_name: jackett container_name: jackett
image: hotio/jackett image: hotio/jackett
network_mode: "service:openvpn" network_mode: "service:qbittorrent"
depends_on: depends_on:
- qbittorrent - qbittorrent
environment: environment:
@ -68,7 +68,7 @@ services:
nzbget: nzbget:
container_name: nzbget container_name: nzbget
image: hotio/nzbget image: hotio/nzbget
network_mode: "service:openvpn" network_mode: "service:qbittorrent"
depends_on: depends_on:
- qbittorrent - qbittorrent
environment: environment: