{Feature Request} Allow environmental variable to change internal port number #128
Replies: 4 comments
-
You can change it right at the command?
|
Beta Was this translation helpful? Give feedback.
-
Ah sorry, I misread your issue. You can manually edit the server.js at the bottom. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the info. If it could still be put on the roadmap I think it would be easier for config especially inexperienced users. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Enable an environmental variable in the compose to change the internal port from 3000 to anything as this will help users running the project in host networking mode.
Describe alternatives you've considered
None. Please Advise if this is already possible in host networking mode.
Additional context
Create an environmental variable for the compose such as INTERNAL_PORT=3000 so we can change it.
Thanks. Amazing project!
Beta Was this translation helpful? Give feedback.
All reactions