Update README.md

This commit is contained in:
freearhey
2025-10-01 13:52:24 +03:00
parent 908988f156
commit 196d75a863
+3 -3
View File
@@ -146,16 +146,16 @@ npm install
## Docker
### Build an image
### Pull an image
```sh
docker build -t iptv-org/epg --no-cache .
docker pull ghcr.io/iptv-org/epg:master
```
### Create and run container
```sh
docker run -p 3000:3000 -v /path/to/channels.xml:/epg/channels.xml iptv-org/epg
docker run -p 3000:3000 -v /path/to/channels.xml:/epg/channels.xml ghcr.io/iptv-org/epg:master
```
By default, the guide will be downloaded every day at 00:00 UTC and saved to the `/epg/public/guide.xml` file inside the container.