removed alias, changed underscored to dashes

This commit is contained in:
KARMACOMA 2025-10-31 03:32:04 +01:00
parent 0d28b6bc13
commit 6aada203b5

View file

@ -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: