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:
|
||||
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue