Question
Is it possible to open two external ports on one app?
I created a nodejs web service which should be listening via socket from outside on one TCP port (let’s say 5000) which also serves via another websocket (port 3000) and updates a frontend.
I’ve seen the app spec documentation but I can only open up 1 port from outside with http_port
.
Is it possible to open two external ports?
Thank you in advance and best regards
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×