modified: Dockerfile
Run from the wrapper directory
This commit is contained in:
parent
05a65170c6
commit
36ad5b8aa2
@ -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/" ]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user