From df126ee59a63c252bea5006dec0111159ed76f66 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 3 Feb 2022 02:20:10 +0100 Subject: [PATCH] Bot Updating Documentation --- images/docker-pyload-ng.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/images/docker-pyload-ng.md b/images/docker-pyload-ng.md index 448eaf21fe..872319a4b9 100755 --- a/images/docker-pyload-ng.md +++ b/images/docker-pyload-ng.md @@ -72,6 +72,7 @@ services: - /path/to/downloads:/downloads ports: - 8000:8000 + - 9666:9666 #optional restart: unless-stopped ``` @@ -84,6 +85,7 @@ docker run -d \ -e PGID=1000 \ -e TZ=Europe/London \ -p 8000:8000 \ + -p 9666:9666 `#optional` \ -v /path/to/appdata/config:/config \ -v /path/to/downloads:/downloads \ --restart unless-stopped \ @@ -99,6 +101,7 @@ Docker images are configured using parameters passed at runtime (such as those a | Parameter | Function | | :----: | --- | | `8000` | Allows HTTP access to the application | +| `9666` | Click'n'Load port. | ### Environment Variables (`-e`) @@ -169,5 +172,6 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **02.02.22:** - Add ffmpeg for the Youtube plugin. * **24.01.22:** - Replace unrar with p7zip. * **24.01.22:** - Initial release.