feat: 优化重启
This commit is contained in:
@ -26,6 +26,10 @@ chown moviepilot:moviepilot /etc/hosts /tmp
|
||||
gosu moviepilot:moviepilot playwright install chromium
|
||||
# 启动前端nginx服务
|
||||
nginx
|
||||
# 启动haproxy
|
||||
if [ -f "/var/run/docker.sock" ]; then
|
||||
haproxy -f /etc/haproxy/haproxy.cfg
|
||||
fi
|
||||
# 设置后端服务权限掩码
|
||||
umask ${UMASK}
|
||||
# 启动后端服务
|
||||
|
Reference in New Issue
Block a user