From af11353d96c11b21eac2cfcbeac2a420726af3cf Mon Sep 17 00:00:00 2001 From: andrea-dintino Date: Wed, 23 Dec 2020 21:40:12 +0100 Subject: [PATCH] changed ip in supervisord.conf to 0.0.0.0 --- docker-sdk/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-sdk/supervisord.conf b/docker-sdk/supervisord.conf index ea9bf2c..348853d 100644 --- a/docker-sdk/supervisord.conf +++ b/docker-sdk/supervisord.conf @@ -18,7 +18,7 @@ port=*:9001 supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface [supervisorctl] -serverurl=http://127.0.0.1:9001 +serverurl=http://0.0.0.0:9001 ; username=decode ; password=decode prompt=DECODE