mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 22:50:17 -08:00
updated restart directive
This commit is contained in:
@@ -28,6 +28,7 @@ services:
|
||||
# - SERVER_COUNTRIES: Comma separated list of countries
|
||||
# - SERVER_CITIES=Stockholm
|
||||
# - SERVER_HOSTNAMES: Comma separated list of server hostnames
|
||||
restart: always
|
||||
qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
container_name: qbittorrent
|
||||
@@ -41,4 +42,4 @@ services:
|
||||
- /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"
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user