Skip to content

Instantly share code, notes, and snippets.

@mijndert
Last active August 11, 2020 05:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mijndert/9452c9b961b612256fada0054c4b04a1 to your computer and use it in GitHub Desktop.
Save mijndert/9452c9b961b612256fada0054c4b04a1 to your computer and use it in GitHub Desktop.
docker run -d \
--name watchtower \
--restart always \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /etc/timezone:/etc/timezone:ro \
containrrr/watchtower --cleanup --no-startup-message --schedule "0 0 * * *"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment