wenish
docker nginx port forwarding
so i built and deployt an nginx dockerfile on railway
this one:
https://github.com/Wenish/vland-portal/blob/main/Dockerfile
everything works fine for building and deploy stage
when i open the url https://vland-portal-production.up.railway.app/ the request dosnt get forwarded to the docker instance.
localy i can start docker image like
docker run -dp 80:80
how do i configure railway that it maps the ports?17 replies