removed alias, changed underscored to dashes
This commit is contained in:
parent
0d28b6bc13
commit
6aada203b5
1 changed files with 3 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
array_qbittorrent:
|
array-qbittorrent:
|
||||||
image: lscr.io/linuxserver/qbittorrent:latest
|
image: lscr.io/linuxserver/qbittorrent:latest
|
||||||
network_mode: "service:array_gluetun"
|
network_mode: "service:array_gluetun"
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -14,7 +14,7 @@ services:
|
||||||
array_gluetun:
|
array_gluetun:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
array_gluetun:
|
array-gluetun:
|
||||||
image: qmcgaw/gluetun
|
image: qmcgaw/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
|
||||||
|
|
@ -29,9 +29,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- gluetun:/gluetun
|
- gluetun:/gluetun
|
||||||
networks:
|
networks:
|
||||||
array:
|
- array
|
||||||
aliases:
|
|
||||||
- qbittorrent-array
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
array:
|
array:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue