added command for pulling every hour

This commit is contained in:
2022-01-11 17:18:22 +01:00
parent 737a8a7dea
commit e4246df990
+1
View File
@@ -17,6 +17,7 @@ services:
# com.centurylinklabs.watchtower.enable: "true" # com.centurylinklabs.watchtower.enable: "true"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
command: --interval 3600
restart: always restart: always
deploy: deploy:
mode: replicated mode: replicated