Closed felixsanz closed 4 years ago
No port is exposed by default. During --makeconf you need to select a port. And don't use 6667 or 6697 for it, because browsers refuse to connect to these ports.
Then, use the same port in the -p
flag as what you chose.
What wording do you suggest?
to me it was confusing because i did not executed --makeconf yet
Maybe give information about that or use the same port in the docker readme, so at least is not that confusing
thanks!
Readme says:
Why the
docker run
uses port 6697 but then port 6667 is mentioned? which one exposes the container?