Close the ports for RabbitMQ

This commit is contained in:
purple_emily
2024-02-04 12:29:27 +00:00
committed by iPromKnight
parent 562713f749
commit f4df6e27a7

View File

@@ -68,10 +68,12 @@ services:
rabbitmq:
image: rabbitmq:3-management
ports:
- "5672:5672"
- "15672:15672"
- "15692:15692"
# # If you need the database to be accessible from outside, please open the below port.
# # Furthermore, please, please, please, look at the documentation for rabbit on how to secure the service.
# ports:
# - "5672:5672"
# - "15672:15672"
# - "15692:15692"
volumes:
- rabbitmq:/var/lib/rabbitmq
restart: *restart-policy