diff --git a/README.md b/README.md index d637d65..844ada1 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. +Please **be aware** of the fact that this image currently does no merging if some local file changed (maybe up to the future). + See the [docker-compose example](example/) for a quick overview how this works.