Closed aaron-collier closed 6 years ago
The second port is the external port, you can set it to any high port you want. I was using 3001 to avoid a collision with some other docker projects already on 3000
Oh, it’s the first port that’s external, isn’t it?
Yes, I Looked in my buffer and I was doing: docker run -p 3001:3000 ...
I get an empty request from the server when running the current images based on the readme. When I update to
3000:3000
it works fine.