mirror of
https://github.com/linuxserver/docker-pyload-ng.git
synced 2026-02-05 04:28:39 +08:00
Bot Updating Templated Files
This commit is contained in:
parent
987793fa93
commit
e52cf2ecb4
@ -91,7 +91,7 @@ services:
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- /path/to/appdata/config:/config
|
||||
- /path/to/pyload-ng/config:/config
|
||||
- /path/to/downloads:/downloads
|
||||
ports:
|
||||
- 8000:8000
|
||||
@ -109,7 +109,7 @@ docker run -d \
|
||||
-e TZ=Etc/UTC \
|
||||
-p 8000:8000 \
|
||||
-p 9666:9666 `#optional` \
|
||||
-v /path/to/appdata/config:/config \
|
||||
-v /path/to/pyload-ng/config:/config \
|
||||
-v /path/to/downloads:/downloads \
|
||||
--restart unless-stopped \
|
||||
lscr.io/linuxserver/pyload-ng:latest
|
||||
@ -126,7 +126,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||
| `-e PUID=1000` | for UserID - see below for explanation |
|
||||
| `-e PGID=1000` | for GroupID - see below for explanation |
|
||||
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
||||
| `-v /config` | pyLoad Configuration and files database |
|
||||
| `-v /config` | Persistent config files |
|
||||
| `-v /downloads` | Destination of pyLoad downloads |
|
||||
|
||||
## Environment variables from files (Docker secrets)
|
||||
@ -290,6 +290,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **23.12.23:** - Rebase to Alpine 3.19.
|
||||
* **08.10.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).
|
||||
* **10.08.23:** - Bump unrar to 6.2.10.
|
||||
* **01.06.23:** - Replace p7zip with 7zip, add unrar.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user