From 3643cd413f56abd503f859681440c70c042f937e Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sun, 22 Sep 2024 19:34:40 +0200 Subject: [PATCH] [README.md] Added reference to the example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 703e2c2..d1785d2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A docker container that pulls a git repo (updates it) every given amount of time There are many scenarios where such a container could help. For example (as I use it), this image could be used to pull a hugo built website (living in a public git repo) to a local folder, so that another docker container can serve the most recent files. +See the [docker-compose example](example/) for a quick overview how this works. + ## Building