mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 06:40:12 -08:00
updated restart directive
This commit is contained in:
@@ -28,6 +28,7 @@ services:
|
|||||||
# - SERVER_COUNTRIES: Comma separated list of countries
|
# - SERVER_COUNTRIES: Comma separated list of countries
|
||||||
# - SERVER_CITIES=Stockholm
|
# - SERVER_CITIES=Stockholm
|
||||||
# - SERVER_HOSTNAMES: Comma separated list of server hostnames
|
# - SERVER_HOSTNAMES: Comma separated list of server hostnames
|
||||||
|
restart: always
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
image: lscr.io/linuxserver/qbittorrent:latest
|
image: lscr.io/linuxserver/qbittorrent:latest
|
||||||
container_name: qbittorrent
|
container_name: qbittorrent
|
||||||
@@ -41,4 +42,4 @@ services:
|
|||||||
- /d/media/downloads:/downloads
|
- /d/media/downloads:/downloads
|
||||||
# network_mode: "service:gluetun" forces qbittorrent to connect to the internet through the VPN defined in the gluetun container above
|
# network_mode: "service:gluetun" forces qbittorrent to connect to the internet through the VPN defined in the gluetun container above
|
||||||
network_mode: "service:gluetun"
|
network_mode: "service:gluetun"
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user