2
0
Fork 0

update: docker-compose.yml - reference other network_mode possibility

This commit is contained in:
soxfor 2023-03-22 01:02:12 +00:00
parent 74badb1d1e
commit f4c79937c4
1 changed files with 2 additions and 0 deletions

View File

@ -29,3 +29,5 @@ services:
# qBittorrent Container Name # qBittorrent Container Name
- qbittorrent - qbittorrent
network_mode: "container:gluetun" # Specify the VPN container name here network_mode: "container:gluetun" # Specify the VPN container name here
# or
# network_mode: "service:gluetun" # if defined on the same docker-compose file