diff --git a/docker-compose.yml b/docker-compose.yml index 29bfb8d..af54ba6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,6 +6,7 @@ services: restart: always watchtower: image: v2tec/watchtower + restart: always volumes: - /var/run/docker.sock:/var/run/docker.sock command: --interval 60 web @@ -21,4 +22,4 @@ services: PRIVATE_KEY: | -----BEGIN RSA PRIVATE KEY----- ... - -----END RSA PRIVATE KEY----- \ No newline at end of file + -----END RSA PRIVATE KEY-----