This was probably asked already, but so far I can\'t find any detailed explanation at all, and the existing documentation seems as if it was written for some kind on psychic
The compose would be like
version: '3'
services:
rabbitmq:
image: rabbitmq:management
ports:
- '5672:5672'
- '15672:15672'
volumes:
- rabbitmq_data
I see some useful answer, but none as mentioned how to access the server (rabbitmq) using container's ip-address. For people looking for this solution...
docker inspect
: github-issues