Skip to content

Instantly share code, notes, and snippets.

@ratnose
Created July 21, 2020 05:59
Show Gist options
  • Save ratnose/61ada9cf5acbcc1ca6d7abc9fe11a343 to your computer and use it in GitHub Desktop.
Save ratnose/61ada9cf5acbcc1ca6d7abc9fe11a343 to your computer and use it in GitHub Desktop.
nzbget:
image: hotio/nzbget:latest
container_name: nzbget
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Stockholm
- UMASK=002
volumes:
- <Till lagring>:/media/plexmedia
- ./appdata/nzbget:/config
ports:
- 6789:6789
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment