diff --git a/docker/README.md b/docker/README.md index 51cdcbda..797496f4 100644 --- a/docker/README.md +++ b/docker/README.md @@ -51,6 +51,12 @@ ### Use an existing SQLite file The container will automagically pick it up. +## Update + +The Docker image `2fauth/2fauth` is built on every commit pushed to the `master` branch. + +You can therefore pull the image with `docker pull 2fauth/2fauth` and restart the container to update it. + ## Implementation details - The container is based on `debian:buster-slim`