We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48cbea commit 23da68fCopy full SHA for 23da68f
bot/bot.py
@@ -61,7 +61,7 @@ async def on_disconnect():
61
62
def start_prometheus_server():
63
# Start a Prometheus HTTP server on port 8000
64
- start_http_server(8000)
+ start_http_server(8000, addr='0.0.0.0')
65
print("Prometheus server started on port 8000")
66
67
if __name__ == '__main__':
0 commit comments