Replies: 1 comment
-
I mean, the I hope that's at least somewhat easy to understand but it says it next to the env in the readme that its just for discovery and you should just change the host facing port with Docker |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure whether your README is incorrect or the property values were accidentally swapped in code, but when trying to change port from 3000 to another port, I had to use
LISTEN_PORT
instead of thePORT
environment variable. Just wanted to let you know to prevent future confusion.Beta Was this translation helpful? Give feedback.
All reactions