Fixed containers restart directive

This commit is contained in:
Roger Gonzalez 2023-01-24 11:41:16 -03:00
parent b8ac3e842f
commit 2e745e325e
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -114,6 +114,7 @@ services:
- OPENVPN_USER=<vpn_user>
- OPENVPN_PASSWORD=<vpn_password>
- SERVER_COUNTRIES=<vpn_country>
restart: unless-stopped
# Watchtower is going to keep our instances updated
watchtower:
@ -121,3 +122,4 @@ services:
container_name: watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped