diff --git a/docker-compose.yaml b/docker-compose.yaml index 0bf22c6..d12093c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -11,4 +11,5 @@ services: volumes: - ./rabbitmq:/var/lib/rabbitmq ports: - - 15672:15672 \ No newline at end of file + - 15672:15672 + - 5672:5672 \ No newline at end of file