diff --git a/README.md b/README.md index fbf3a70..ba25ddd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ IPTV XML Cleaner runs automatically on a fixed schedule and exposes the resultin iptv-xml-cleaner has a docker-compose file that starts it up in tandem with a [targo-lighttpd](https://git.targo.ca/Nicolas/targo_lighttpd) container. ### UPDATING CHANNEL LIST -In order to update the list of channel IDs that must be kept during filtering, you'll need to SSH into the host and go into the `iptv_xml_cleaner-parser-1` Docker container to directly edit the `/data/xml_tv_ids.txt` file using `nano`. Simply respect the one-channel-ID-per-line format. +In order to update the list of channel IDs that must be kept during filtering, you'll need to SSH into `10.100.0.40` and go into the `iptv_xml_cleaner-parser-1` Docker container to directly edit the `/data/xml_tv_ids.txt` file using `nano`. Simply respect the one-channel-ID-per-line format. ### MANUALLY RUN A PARSE SSH to the host and run `docker exec -it iptv_xml_cleaner-parser-1 "bash /opt/xml_cleaner.sh"`