From 8e533aad95f16402b28b324f8f35a16ca8688224 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Sun, 10 May 2020 23:39:40 +0200 Subject: [PATCH] update --- watchtower/readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/watchtower/readme.md b/watchtower/readme.md index 5ac16d3..c276e92 100644 --- a/watchtower/readme.md +++ b/watchtower/readme.md @@ -6,7 +6,7 @@ # Purpose -Automatic updates of containers. +Automatic updates of docker containers. * [Github](https://github.com/containrrr/watchtower) * [DockerHub image used](https://hub.docker.com/r/containrrr/watchtower) @@ -31,7 +31,7 @@ This can be bandwidth intensive, so its scheduled checks should account for this ``` * `.env` - a file containing environmental variables for docker compose -* `docker-compose.yml` - a docker compose file, telling docker how to build the containers +* `docker-compose.yml` - a docker compose file, telling docker how to build the container Only these two files must be provided. @@ -73,7 +73,8 @@ WATCHTOWER_INCLUDE_STOPPED=false # Update -* [watchtower](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/watchtower) updates itself automaticly +* [watchtower](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/watchtower) +updates itself automatically * manual image update
`docker-compose pull`