mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-16 13:55:28 +08:00
add cloudflared
This commit is contained in:
@@ -28,6 +28,10 @@ nginx
|
||||
if [ -S "/var/run/docker.sock" ]; then
|
||||
haproxy -f /app/haproxy.cfg
|
||||
fi
|
||||
# 启动cloudflared
|
||||
if [ -S "/usr/local/bin/cloudflared" ]; then
|
||||
cloudflared proxy-dns &
|
||||
fi
|
||||
# 设置后端服务权限掩码
|
||||
umask "${UMASK}"
|
||||
# 启动后端服务
|
||||
|
||||
Reference in New Issue
Block a user