diff --git a/downloader.docker-compose.yml b/downloader.docker-compose.yml index 25944ac..09b6e44 100644 --- a/downloader.docker-compose.yml +++ b/downloader.docker-compose.yml @@ -1,6 +1,6 @@ --- services: - array_qbittorrent: + array-qbittorrent: image: lscr.io/linuxserver/qbittorrent:latest network_mode: "service:array_gluetun" environment: @@ -14,7 +14,7 @@ services: array_gluetun: condition: service_healthy - array_gluetun: + array-gluetun: image: qmcgaw/gluetun # line above must be uncommented to allow external containers to connect. # See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun @@ -29,9 +29,7 @@ services: volumes: - gluetun:/gluetun networks: - array: - aliases: - - qbittorrent-array + - array networks: array: