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= - OPENVPN_PASSWORD= - SERVER_COUNTRIES= + + # Watchtower is going to keep our instances updated + watchtower: + image: containrrr/watchtower + volumes: + - /var/run/docker.sock:/var/run/docker.sock