rollback cloudflared

This commit is contained in:
jxxghp
2024-03-17 22:32:15 +08:00
parent c1f04f5631
commit a820341ec7
2 changed files with 1 additions and 11 deletions

View File

@ -28,10 +28,6 @@ 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}"
# 启动后端服务