Bot Updating Documentation

pull/180/head
LinuxServer-CI 2024-01-25 02:31:31 +00:00
rodzic 389a5713e6
commit 8c60c4dca5
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -68,7 +68,7 @@ services:
- PGID=1000 - PGID=1000
- TZ=Etc/UTC - TZ=Etc/UTC
volumes: volumes:
- /path/to/appdata/config:/config - /path/to/pyload-ng/config:/config
- /path/to/downloads:/downloads - /path/to/downloads:/downloads
ports: ports:
- 8000:8000 - 8000:8000
@ -86,7 +86,7 @@ docker run -d \
-e TZ=Etc/UTC \ -e TZ=Etc/UTC \
-p 8000:8000 \ -p 8000:8000 \
-p 9666:9666 `#optional` \ -p 9666:9666 `#optional` \
-v /path/to/appdata/config:/config \ -v /path/to/pyload-ng/config:/config \
-v /path/to/downloads:/downloads \ -v /path/to/downloads:/downloads \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/pyload-ng:latest lscr.io/linuxserver/pyload-ng:latest
@ -115,7 +115,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function | | Volume | Function |
| :----: | --- | | :----: | --- |
| `/config` | pyLoad Configuration and files database | | `/config` | Persistent config files |
| `/downloads` | Destination of pyLoad downloads | | `/downloads` | Destination of pyLoad downloads |
#### Miscellaneous Options #### Miscellaneous Options
@ -286,6 +286,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **23.12.23:** - Rebase to Alpine 3.19.
* **08.10.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar). * **08.10.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).
* **10.08.23:** - Bump unrar to 6.2.10. * **10.08.23:** - Bump unrar to 6.2.10.
* **01.06.23:** - Replace p7zip with 7zip, add unrar. * **01.06.23:** - Replace p7zip with 7zip, add unrar.