This commit is contained in:
jxxghp 2023-10-10 07:58:26 +08:00
parent ae2f649aee
commit 65b5219e45
2 changed files with 1 additions and 2 deletions

View File

@ -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 \

View File

@ -5,8 +5,6 @@
####################################
# 基础设置 #
####################################
# 时区
TZ=Asia/Shanghai
# 【*】API监听地址
HOST=0.0.0.0
# 是否调试模式