diff --git a/README.md b/README.md index 62f9953..4ccc5f2 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,17 @@ services: # specify the time zone for the server - TZ=Etc/UTC restart: unless-stopped -``` \ No newline at end of file +``` + +### Versions + +This image is bound to the content of the [iptv-org/epg](https://github.com/iptv-org/epg) repository. In the underlying list you can see to which commit each version of the docker image is bound. + +Normally when a change is made in the source repository the documentation is updated and a new tag is created in this repository. This is completely normal since the source repository is only cloned during the build process of the docker image. + +Sometimes a new version of this image will be bound to the same source commit. This will happen when improvements are made to the image. + +- 1.0.0   + 1.1.21 +- 1.0.1   + 1.1.24 \ No newline at end of file