From 833c9f9a957152d76076cd635821febb8f3184e9 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Sun, 1 Dec 2024 16:36:21 +0100 Subject: [PATCH] update readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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