revert "add playlists directory to docker volumes" (#316)

This reverts commit aae0683671.
This commit is contained in:
Gregor Zurowski
2023-05-09 22:19:56 +02:00
committed by GitHub
parent aae0683671
commit 05b2b469dc
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ COPY --from=builder \
COPY --from=builder \
/src/gonic \
/bin/
VOLUME ["/cache", "/data", "/music", "/playlists", "/podcasts"]
VOLUME ["/cache", "/data", "/music", "/podcasts"]
EXPOSE 80
ENV GONIC_DB_PATH /data/gonic.db
ENV GONIC_LISTEN_ADDR :80