diff options
-rw-r--r-- | docker-compose.example.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml index 6af3b0b..e9356bd 100644 --- a/docker-compose.example.yaml +++ b/docker-compose.example.yaml @@ -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 |