Map a container port
How to get an HTTP RPC port out to the world
Last updated
How to get an HTTP RPC port out to the world
Last updated
If you are running a docker image that publishes an HTTP RPC on a port OTHER than port 80, you need to tell StackOS about the alternate port.
The best way to learn about this is though practice, so we created an example for you to quickly try.
We have created the following image "nyanit/http:v1.8090" which runs an http server that says "hello"
You can deploy it on StackOS using the following configuration
After deployment, a window should pop up and tell you the URL you can access your new website. It will be something like https://myweb-0xMyEthAddress-titan.stackos.io
You have successfully remapped an HTTP server on port 8090 to port 80 and StackOS automatically made it available via HTTPS for you!