update: docker-compose.yml - reference other network_mode possibility
This commit is contained in:
parent
74badb1d1e
commit
f4c79937c4
1 changed files with 2 additions and 0 deletions
|
@ -29,3 +29,5 @@ services:
|
|||
# qBittorrent Container Name
|
||||
- qbittorrent
|
||||
network_mode: "container:gluetun" # Specify the VPN container name here
|
||||
# or
|
||||
# network_mode: "service:gluetun" # if defined on the same docker-compose file
|
||||
|
|
Reference in a new issue