Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve
docker run
command in README
The -P (--publish-all) is documented as > Publish all exposed ports to random ports So one would have to look up the port to use on the host $ docker port $(docker ps -q) 5672/tcp -> 0.0.0.0:32771 15672/tcp -> 0.0.0.0:32770 Adjust the "docker run" command to map the AMQP and HTTP port, so users rest of the instructions are true. [ci skip]
- Loading branch information