-
Notifications
You must be signed in to change notification settings - Fork 883
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: remove stray paragraph in notifications (#949)
* docs: remove stray paragraph in notifications fixes #946 * docs: add the lost paragraph to own page
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## Updating Watchtower | ||
|
||
If watchtower is monitoring the same Docker daemon under which the watchtower container itself is running (i.e. if you | ||
volume-mounted `/var/run/docker.sock` into the watchtower container) then it has the ability to update itself. | ||
If a new version of the `containrrr/watchtower` image is pushed to the Docker Hub, your watchtower will pull down the | ||
new image and restart itself automatically. |