Skip to content

Instantly share code, notes, and snippets.

@joeypiccola
Created November 14, 2020 08:11
Show Gist options
  • Save joeypiccola/734876591964488cab076d7ab97dab59 to your computer and use it in GitHub Desktop.
Save joeypiccola/734876591964488cab076d7ab97dab59 to your computer and use it in GitHub Desktop.
---
version: "2"
services:
sabnzbd:
image: linuxserver/sabnzbd:latest
mem_limit: 4294967296
container_name: sabnzbd
environment:
- TZ=America/Denver
- PGID=1001
- PUID=1001
volumes:
- /home/joey/docker_apps/sabnzbd/storage/:/config
- /media/cifs/freenas.piccola.us/media/:/media
ports:
- 8082:8080
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment