Skip to content

Commit

Permalink
Use the correct port in supervisord
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-ismagilov committed Nov 27, 2023
1 parent 9829ac7 commit 56ef449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloud-instance-docker/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
nodaemon=true

[inet_http_server]
port=127.0.0.1:9001
port=:9001
username=live
password=%(ENV_PASSWORD)s

Expand Down

0 comments on commit 56ef449

Please sign in to comment.