binhex / arch-nzbhydra2

Docker build script for Arch Linux base with NZBHydra2
GNU General Public License v3.0
6 stars 1 forks source link

docker-compose.yml #13

Open shuntera opened 3 years ago

shuntera commented 3 years ago

Please consider posting a sample docker-compose.yml. I added the following in my docker-compose.yml that includes nzbhydra2 as well as sonnarr, radarr and sabnzbd

environment:

However in the docker-compose logs i see : 2020-10-05 19:53:43.429922 [warn] PUID not defined (via -e PUID), defaulting to '99' nzbhydra2_vpn | 2020-10-05 19:53:43.757008 [warn] PGID not defined (via -e PGID), defaulting to '100'

Which only says PUID and PGID are not set from -e but doesn't say that listing under environment does not work.