3.11.6 #1

Merged
jonny merged 49 commits from 3.11.6 into master 2020-07-20 13:17:56 +00:00
Showing only changes of commit 36ad5b8aa2 - Show all commits

View File

@ -32,6 +32,8 @@ RUN chown -R $MED_USER:$MED_GROUP /nzbhydra
EXPOSE 5076
WORKDIR /nzbhydra/other/wrapper
VOLUME /config
USER $MED_USER
CMD [ "/usr/bin/python3", "/nzbhydra/other/wrapper/nzbhydra2wrapperPy3.py", "--nobrowser", "--datafolder=/config/" ]
CMD [ "/usr/bin/python3", "nzbhydra2wrapperPy3.py", "--nobrowser", "--datafolder=/config/" ]