docs: remove stray paragraph in notifications (#949)

* docs: remove stray paragraph in notifications

fixes #946

* docs: add the lost paragraph to own page
This commit is contained in:
nils måsén 2021-05-03 11:22:17 +02:00 committed by GitHub
parent 91bbe74796
commit 61b715abec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

6
docs/updating.md Normal file
View file

@ -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.