1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-03-15 08:13:16 +08:00

feat: 设置默认时区为东八区 closed #236

This commit is contained in:
涵曦
2024-10-17 08:18:54 +08:00
parent 0daba20885
commit 8b74b664f0

View File

@@ -23,5 +23,6 @@ ENV XIAOMUSIC_PORT=8090
VOLUME /app/conf
VOLUME /app/music
EXPOSE 8090
ENV TZ=Asia/Shanghai
ENV PATH=/app/.venv/bin:$PATH
ENTRYPOINT [".venv/bin/python3","xiaomusic.py"]