first commit
This commit is contained in:
21
sabnzbd/docker-compose.yml
Normal file
21
sabnzbd/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
sabnzbd:
|
||||
image: lscr.io/linuxserver/sabnzbd:latest
|
||||
container_name: sabnzbd
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Amsterdam
|
||||
volumes:
|
||||
- /mnt/services/sabnzbd/data:/config
|
||||
- /mnt:/storage
|
||||
ports:
|
||||
- 7788:8080
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- shared_network
|
||||
|
||||
networks:
|
||||
shared_network:
|
||||
external: true
|
||||
name: shared_network
|
Reference in New Issue
Block a user