added docker files
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
nzbhydra2:
|
||||
container_name: nzbhydra2
|
||||
hostname: nzbhydra2
|
||||
image: binhex/arch-nzbhydra2
|
||||
environment:
|
||||
- PGID=1000
|
||||
- PUID=1000
|
||||
- UMASK=000
|
||||
ports:
|
||||
- 5076:5076/tcp
|
||||
restart: always
|
||||
volumes:
|
||||
- /docker/appdata/nzbhydra2/data:/data
|
||||
- /docker/appdata/nzbhydra2:/config
|
||||
- /mnt/nzbs:/nzbs
|
||||
- /mnt/torrents:/torrents
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
Reference in New Issue
Block a user