minor fix

This commit is contained in:
Youe Graillot 2022-11-26 16:30:53 +01:00
parent e9d6ecefdd
commit 158bc70c3c
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ COPY lidarr-flac2mp3/root/usr /usr
# deemix # deemix
COPY --from=deemix /deemix-server /deemix-server COPY --from=deemix /deemix-server /deemix-server
RUN chmod +x /deemix-server RUN chmod +x /deemix-server
VOLUME "/config_deemix" "/downloads" VOLUME ["/config_deemix", "/downloads"]
EXPOSE 6595 EXPOSE 6595
COPY root / COPY root /
VOLUME "/config" "/music" VOLUME ["/config", "/music"]
EXPOSE 6595 8686 EXPOSE 6595 8686