From 8ae6e824e3142d0dca2b1bc508190645baa1fea3 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Wed, 23 Oct 2024 14:17:57 +0200 Subject: [PATCH] update readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index a9a3ec2..f0cf480 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,21 @@ If you include more than one country in the mapping section `plutotv_all.m3u8` a | randomClientid | Generate a random id for each request of the playlist via the the inbuilt server | true | | refresh | Automatically refetch the files at the provided interval (in seconds) | 3600 | | xTvgUrl | Specify a custom x-tvg-url value in the EXTM3U header | false | + +### Compose file + +```sh +version: '3.3' +services: + epg: + image: git.claeyscloud.com/david/pluto-tv-scraper:latest + volumes: + # add a mapping in order to add the channels file + - /docker/pluto:/config + ports: + - 5050:5050 + environment: + # specify the time zone for the server + - TZ=Etc/UTC + restart: unless-stopped +``` \ No newline at end of file