- container names

+ name prefixes
This commit is contained in:
KARMACOMA 2025-10-31 00:38:10 +01:00
parent 3d20c8cd4f
commit e14e52dcca

View file

@ -1,8 +1,7 @@
--- ---
services: services:
qbittorrent: array_qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest image: lscr.io/linuxserver/qbittorrent:latest
container_name: array_qbittorrent
network_mode: "service:gluetun" network_mode: "service:gluetun"
environment: environment:
- PUID=1000 - PUID=1000
@ -15,9 +14,8 @@ services:
gluetun: gluetun:
condition: service_healthy condition: service_healthy
gluetun: array_gluetun:
image: qmcgaw/gluetun image: qmcgaw/gluetun
container_name: array_gluetun
# line above must be uncommented to allow external containers to connect. # 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 # See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun
cap_add: cap_add: