Add sabnzbd (#29)
* Added plex permissions and folder structure * corrected typo * Added sabnzbd support * Fix folder creation for usenet * Tweak for sabnzbd config path * Changed download path * Update docker-compose.yml * Update docker-compose.yml * Update README.md
This commit is contained in:
@@ -109,7 +109,7 @@ services:
|
||||
container_name: plex
|
||||
network_mode: host
|
||||
environment:
|
||||
- PUID=${UID}
|
||||
- PUID=13010
|
||||
- PGID=13000
|
||||
- VERSION=docker
|
||||
- PLEX_CLAIM=
|
||||
@@ -166,3 +166,17 @@ services:
|
||||
- "6881:6881/udp"
|
||||
restart: unless-stopped
|
||||
|
||||
sabnzbd:
|
||||
image: lscr.io/linuxserver/sabnzbd:latest
|
||||
container_name: sabnzbd
|
||||
environment:
|
||||
- PUID=13011
|
||||
- PGID=13000
|
||||
- UMASK=002
|
||||
- TZ=Europe/Amsterdam
|
||||
volumes:
|
||||
- /home/user/ezarr/config/sabnzbd-config:/config
|
||||
- /home/user/ezarr/data/usenet:/data/usenet
|
||||
ports:
|
||||
- "8081:8080"
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user