Yuvan666 commited on
Commit
abe9547
·
1 Parent(s): 9fa39cc

fix: explicit tunnel routing to localhost:6080 and port 8888 verification

Browse files
Files changed (1) hide show
  1. supervisord.conf +1 -1
supervisord.conf CHANGED
@@ -48,7 +48,7 @@ stderr_logfile_maxbytes=0
48
 
49
  [program:secure_tunnel]
50
  ; Cloudflare tunnel connects to web_portal on 6080
51
- command=cloudflared tunnel --no-autoupdate run --token %(ENV_CLOUDFLARE_TUNNEL_TOKEN)s
52
  autorestart=true
53
  priority=450
54
  stdout_logfile=/dev/stdout
 
48
 
49
  [program:secure_tunnel]
50
  ; Cloudflare tunnel connects to web_portal on 6080
51
+ command=cloudflared tunnel --no-autoupdate run --token %(ENV_CLOUDFLARE_TUNNEL_TOKEN)s --url http://localhost:6080
52
  autorestart=true
53
  priority=450
54
  stdout_logfile=/dev/stdout