Skip to content

Instantly share code, notes, and snippets.

@ImanMousavi
Created May 9, 2021 10:02
Show Gist options
  • Save ImanMousavi/cfe045e8531a8ea2af30ca25c613d3ac to your computer and use it in GitHub Desktop.
Save ImanMousavi/cfe045e8531a8ea2af30ca25c613d3ac to your computer and use it in GitHub Desktop.
sudo docker run -d \
--name watchtower \
-e WATCHTOWER_NOTIFICATIONS_LEVEL=info \
-e WATCHTOWER_NOTIFICATIONS=slack \
-e WATCHTOWER_NOTIFICATION_SLACK_HOOK_URL="hook-url" \
-v ~/.docker/config.json:/config.json \
-v /var/run/docker.sock:/var/run/docker.sock \
containrrr/watchtower -i 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment