- container names
+ name prefixes
This commit is contained in:
parent
3d20c8cd4f
commit
e14e52dcca
1 changed files with 2 additions and 4 deletions
|
|
@ -1,8 +1,7 @@
|
|||
---
|
||||
services:
|
||||
qbittorrent:
|
||||
array_qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
container_name: array_qbittorrent
|
||||
network_mode: "service:gluetun"
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
|
@ -15,9 +14,8 @@ services:
|
|||
gluetun:
|
||||
condition: service_healthy
|
||||
|
||||
gluetun:
|
||||
array_gluetun:
|
||||
image: qmcgaw/gluetun
|
||||
container_name: array_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
|
||||
cap_add:
|
||||
|
|
|
|||
Loading…
Reference in a new issue