List /podcasts as a volume in dockerfiles
This commit is contained in:
committed by
Senan Kelly
parent
cf1d8b9a18
commit
a5c1f43a93
@@ -26,7 +26,7 @@ COPY --from=builder \
|
||||
COPY --from=builder \
|
||||
/src/gonic \
|
||||
/bin/
|
||||
VOLUME ["/data", "/music", "/cache"]
|
||||
VOLUME ["/cache", "/data", "/music", "/podcasts"]
|
||||
EXPOSE 80
|
||||
ENV TZ ""
|
||||
ENV GONIC_DB_PATH /data/gonic.db
|
||||
|
||||
@@ -26,7 +26,7 @@ COPY --from=builder \
|
||||
COPY --from=builder \
|
||||
/src/gonic \
|
||||
/bin/
|
||||
VOLUME ["/data", "/music", "/cache"]
|
||||
VOLUME ["/cache", "/data", "/music", "/podcasts"]
|
||||
EXPOSE 80
|
||||
ENV GONIC_DB_PATH /data/gonic.db
|
||||
ENV GONIC_LISTEN_ADDR :80
|
||||
|
||||
Reference in New Issue
Block a user