From 1bfaaef0a9dcb1daab0295b5cde4c7949f7b7c1e Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 28 Dec 2023 19:02:45 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-sabnzbd.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/images/docker-sabnzbd.md b/docs/images/docker-sabnzbd.md index 4385da41c..5da81a284 100755 --- a/docs/images/docker-sabnzbd.md +++ b/docs/images/docker-sabnzbd.md @@ -82,7 +82,7 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - /path/to/data:/config + - /path/to/sabnzbd/config:/config - /path/to/downloads:/downloads #optional - /path/to/incomplete/downloads:/incomplete-downloads #optional ports: @@ -99,7 +99,7 @@ docker run -d \ -e PGID=1000 \ -e TZ=Etc/UTC \ -p 8080:8080 \ - -v /path/to/data:/config \ + -v /path/to/sabnzbd/config:/config \ -v /path/to/downloads:/downloads `#optional` \ -v /path/to/incomplete/downloads:/incomplete-downloads `#optional` \ --restart unless-stopped \ @@ -128,7 +128,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Volume | Function | | :----: | --- | -| `/config` | Local path for sabnzbd config files. | +| `/config` | Persistent config files | | `/downloads` | Local path for finished 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 +* **23.12.23:** - Rebase to Alpine 3.19. * **23.11.23:** - Build translations. * **13.09.23:** - Use par2cmdline-turbo in place of par2cmdline. * **16.08.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).