diff --git a/sabnzbd-docker-compose.yml b/sabnzbd-docker-compose.yml new file mode 100644 index 0000000..78a74c4 --- /dev/null +++ b/sabnzbd-docker-compose.yml @@ -0,0 +1,16 @@ +version: "3.7" +services: + sabnzbd: + container_name: sabnzbd + image: linuxserver/sabnzbd:4.0.2 + volumes: + - /volume1/docker/Sabnzbd-Arcanine/datadir/config:/config + - /volume1/docker/Sabnzbd-Arcanine/datadir/downloads:/downloads + - /volume1/docker/Sabnzbd-Arcanine/datadir/incomplete:/incomplete-downloads + ports: + - 8080:8080 + environment: + - PUID=1030 + - PGID=100 + - TZ=Europe/London + restart: always \ No newline at end of file