Change host port?
#1946
-
|
How can I change instead of starting on 127.0.0.0 to start on 0.0.0.0 ? I know how to change the : PORT after that, but not the host ? |
Beta Was this translation helpful? Give feedback.
Answered by
vicitooo
May 9, 2023
Replies: 1 comment 2 replies
-
|
In server.py Whatever you change 0.0.0.0 to it will run on it. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vicitooo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In server.py
Whatever you change 0.0.0.0 to it will run on it.