changed ip in supervisord.conf to 0.0.0.0
This commit is contained in:
parent
c0b0508c18
commit
af11353d96
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue