add sabnzbd
This commit is contained in:
parent
d9613b6a54
commit
0c7f9d426a
1 changed files with 16 additions and 0 deletions
16
unraid-docker/sabnzbd/compose.yaml
Normal file
16
unraid-docker/sabnzbd/compose.yaml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
services:
|
||||||
|
sabnzbd:
|
||||||
|
image: binhex/arch-sabnzbd
|
||||||
|
container_name: binhex-sabnzbd
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=100
|
||||||
|
- UMASK=002
|
||||||
|
volumes:
|
||||||
|
- /mnt/user/appdata/binhex-sabnzbd:/config
|
||||||
|
- /mnt/user/media_root/temp/sabnzbd:/data
|
||||||
|
- /mnt/user/media_root/temp/sabnzbd:/downloads
|
||||||
|
ports:
|
||||||
|
- "8081:8080"
|
||||||
|
- "8090:8090"
|
||||||
|
restart: unless-stopped
|
Loading…
Add table
Add a link
Reference in a new issue