Separate docker image data and config dirs

PR #16972.
This commit is contained in:
Tom Piccirello
2022-05-02 19:58:37 -07:00
committed by GitHub
parent 88a91e0769
commit a8b6a40f13
3 changed files with 6 additions and 5 deletions

View File

@@ -32,6 +32,6 @@ ENV WEBUI_PORT="8080"
EXPOSE 6881 6881/udp 8080
VOLUME /config /downloads
VOLUME /config /data /downloads
ENTRYPOINT ["/entrypoint.sh"]