fijiwebdesign
How to set a custom public PORT
I'm trying to expose a public port such as PORT 25. From all my tests you can only specify the internal port in the variables.
PORT=25 will only expose 25 locally on your service.
The public PORT seems to always be random and can only be proxied to the internal port 25.
How would you make your service public PORT 25?
7 replies