mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
Merge pull request #25 from thsrite/main
This commit is contained in:
@@ -6,7 +6,7 @@ envsubst '${NGINX_PORT}' < /etc/nginx/nginx.template.conf > /etc/nginx/nginx.con
|
|||||||
groupmod -o -g ${PGID} moviepilot
|
groupmod -o -g ${PGID} moviepilot
|
||||||
usermod -o -u ${PUID} moviepilot
|
usermod -o -u ${PUID} moviepilot
|
||||||
# 更改文件权限
|
# 更改文件权限
|
||||||
chown -R moviepilot:moviepilot ${HOME} /app /config
|
chown -R moviepilot:moviepilot ${HOME} /app /config /etc/hosts
|
||||||
# 下载浏览器内核
|
# 下载浏览器内核
|
||||||
gosu moviepilot:moviepilot playwright install chromium
|
gosu moviepilot:moviepilot playwright install chromium
|
||||||
# 启动前端nginx服务
|
# 启动前端nginx服务
|
||||||
|
|||||||
Reference in New Issue
Block a user