Fixed containers restart directive
This commit is contained in:
parent
b8ac3e842f
commit
2e745e325e
@ -114,6 +114,7 @@ services:
|
|||||||
- OPENVPN_USER=<vpn_user>
|
- OPENVPN_USER=<vpn_user>
|
||||||
- OPENVPN_PASSWORD=<vpn_password>
|
- OPENVPN_PASSWORD=<vpn_password>
|
||||||
- SERVER_COUNTRIES=<vpn_country>
|
- SERVER_COUNTRIES=<vpn_country>
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
# Watchtower is going to keep our instances updated
|
# Watchtower is going to keep our instances updated
|
||||||
watchtower:
|
watchtower:
|
||||||
@ -121,3 +122,4 @@ services:
|
|||||||
container_name: watchtower
|
container_name: watchtower
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
restart: unless-stopped
|
||||||
|
Loading…
x
Reference in New Issue
Block a user