diff options
-rw-r--r-- | docker-compose.example.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml index 3a88959..c766a82 100644 --- a/docker-compose.example.yaml +++ b/docker-compose.example.yaml @@ -113,3 +113,9 @@ services: - OPENVPN_USER=<vpn_user> - OPENVPN_PASSWORD=<vpn_password> - SERVER_COUNTRIES=<vpn_country> + + # Watchtower is going to keep our instances updated + watchtower: + image: containrrr/watchtower + volumes: + - /var/run/docker.sock:/var/run/docker.sock |