sabnzbd: add
This commit is contained in:
16
services/sabnzbd.yml
Normal file
16
services/sabnzbd.yml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
services:
|
||||
sabnzbd:
|
||||
image: linuxserver/sabnzbd:latest
|
||||
container_name: sabnzbd
|
||||
networks:
|
||||
public:
|
||||
ipv4_address: 192.168.240.41
|
||||
volumes:
|
||||
- "${DOCKER_STORAGE_PATH}/sabnzbd:/config"
|
||||
- "${DOWNLOADS_PATH}/sabnzbd:/downloads"
|
||||
- "${DOWNLOADS_PATH}/sabnzbd-incomplete:/incomplete-downloads"
|
||||
- "${MEDIA_PATH}:/media"
|
||||
profiles:
|
||||
- base
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user