kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
78712dd9f5
commit
1bfaaef0a9
|
@ -82,7 +82,7 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/data:/config
|
- /path/to/sabnzbd/config:/config
|
||||||
- /path/to/downloads:/downloads #optional
|
- /path/to/downloads:/downloads #optional
|
||||||
- /path/to/incomplete/downloads:/incomplete-downloads #optional
|
- /path/to/incomplete/downloads:/incomplete-downloads #optional
|
||||||
ports:
|
ports:
|
||||||
|
@ -99,7 +99,7 @@ docker run -d \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-p 8080:8080 \
|
-p 8080:8080 \
|
||||||
-v /path/to/data:/config \
|
-v /path/to/sabnzbd/config:/config \
|
||||||
-v /path/to/downloads:/downloads `#optional` \
|
-v /path/to/downloads:/downloads `#optional` \
|
||||||
-v /path/to/incomplete/downloads:/incomplete-downloads `#optional` \
|
-v /path/to/incomplete/downloads:/incomplete-downloads `#optional` \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
|
@ -128,7 +128,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||||
|
|
||||||
| Volume | Function |
|
| Volume | Function |
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `/config` | Local path for sabnzbd config files. |
|
| `/config` | Persistent config files |
|
||||||
| `/downloads` | Local path for finished downloads. |
|
| `/downloads` | Local path for finished downloads. |
|
||||||
| `/incomplete-downloads` | Local path for incomplete-downloads. |
|
| `/incomplete-downloads` | Local path for incomplete-downloads. |
|
||||||
|
|
||||||
|
@ -317,6 +317,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **23.12.23:** - Rebase to Alpine 3.19.
|
||||||
* **23.11.23:** - Build translations.
|
* **23.11.23:** - Build translations.
|
||||||
* **13.09.23:** - Use par2cmdline-turbo in place of par2cmdline.
|
* **13.09.23:** - Use par2cmdline-turbo in place of par2cmdline.
|
||||||
* **16.08.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).
|
* **16.08.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).
|
||||||
|
|
Ładowanie…
Reference in New Issue