Skip to content

Commit

Permalink
fix TZ
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Oct 9, 2023
1 parent ae2f649 commit 65b5219
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3.11.4-slim-bullseye
ARG MOVIEPILOT_VERSION
ENV LANG="C.UTF-8" \
TZ="Asia/Shanghai" \
HOME="/moviepilot" \
TERM="xterm" \
PUID=0 \
Expand Down
2 changes: 0 additions & 2 deletions config/app.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
####################################
# 基础设置 #
####################################
# 时区
TZ=Asia/Shanghai
# 【*】API监听地址
HOST=0.0.0.0
# 是否调试模式
Expand Down

0 comments on commit 65b5219

Please sign in to comment.