diff --git a/Dockerfile b/Dockerfile index ccf36b0..23dd975 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/" ]