We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16665b commit 9aadda3Copy full SHA for 9aadda3
2 files changed
watchtower/.env.example
@@ -2,3 +2,4 @@ WATCHTOWER_NOTIFICATION_URL=FILL IN SLACK WEBHOOK URL HERE OR COMMENT OUT FOR NO
2
TZ=America/Los_Angeles
3
# sometimes servers report "could not do head request" due to rate limiting - silence those warnings
4
WATCHTOWER_WARN_ON_HEAD_FAILURE=never
5
+WATCHTOWER_HOSTNAME=watchtower
watchtower/docker-compose.yml
@@ -1,7 +1,7 @@
1
services:
watchtower:
image: containrrr/watchtower
- hostname: watchtower
+ hostname: "${WATCHTOWER_HOSTNAME}"
container_name: watchtower
6
restart: unless-stopped
7
command: --schedule "0 0 4 * * *"
0 commit comments