changed ip in supervisord.conf to 0.0.0.0

This commit is contained in:
andrea-dintino 2020-12-23 21:40:12 +01:00
parent c0b0508c18
commit af11353d96
1 changed files with 1 additions and 1 deletions

View File

@ -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