update Dockerfile TZ env default

This commit is contained in:
sentriz
2021-02-03 23:37:13 +00:00
parent 33455cab26
commit bae0078376

View File

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