From 6aada203b5aacd390b84583f9248066e5efae20a Mon Sep 17 00:00:00 2001 From: karmacoma Date: Fri, 31 Oct 2025 03:32:04 +0100 Subject: [PATCH] removed alias, changed underscored to dashes --- downloader.docker-compose.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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: