fix: 重启更新
This commit is contained in:
@ -27,8 +27,8 @@ gosu moviepilot:moviepilot playwright install chromium
|
||||
# 启动前端nginx服务
|
||||
nginx
|
||||
# 启动haproxy
|
||||
if [ -f "/var/run/docker.sock" ]; then
|
||||
haproxy -f /etc/haproxy/haproxy.cfg
|
||||
if [ -S "/var/run/docker.sock" ]; then
|
||||
haproxy -f /app/haproxy.cfg
|
||||
fi
|
||||
# 设置后端服务权限掩码
|
||||
umask ${UMASK}
|
||||
|
Reference in New Issue
Block a user