mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -05:00
Merge pull request #2881 from iptv-org/freearhey-patch-4
Update README.md
This commit is contained in:
@@ -146,16 +146,16 @@ npm install
|
|||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
|
|
||||||
### Build an image
|
### Pull an image
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker build -t iptv-org/epg --no-cache .
|
docker pull ghcr.io/iptv-org/epg:master
|
||||||
```
|
```
|
||||||
|
|
||||||
### Create and run container
|
### Create and run container
|
||||||
|
|
||||||
```sh
|
```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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user