Created
November 14, 2020 08:11
-
-
Save joeypiccola/734876591964488cab076d7ab97dab59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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