fix dockerfile

This commit is contained in:
jxxghp 2023-10-07 05:52:43 -07:00
parent 6c4307c918
commit e2671dd4ed

View File

@ -6,6 +6,8 @@ ENV LANG="C.UTF-8" \
PUID=0 \
PGID=0 \
UMASK=000 \
PORT=3001 \
NGINX_PORT=3000 \
MOVIEPILOT_AUTO_UPDATE=true \
MOVIEPILOT_AUTO_UPDATE_DEV=false \
CONFIG_DIR="/config"