mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Close the ports for RabbitMQ
This commit is contained in:
committed by
iPromKnight
parent
562713f749
commit
f4df6e27a7
@@ -68,10 +68,12 @@ services:
|
|||||||
|
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
image: rabbitmq:3-management
|
image: rabbitmq:3-management
|
||||||
ports:
|
# # If you need the database to be accessible from outside, please open the below port.
|
||||||
- "5672:5672"
|
# # Furthermore, please, please, please, look at the documentation for rabbit on how to secure the service.
|
||||||
- "15672:15672"
|
# ports:
|
||||||
- "15692:15692"
|
# - "5672:5672"
|
||||||
|
# - "15672:15672"
|
||||||
|
# - "15692:15692"
|
||||||
volumes:
|
volumes:
|
||||||
- rabbitmq:/var/lib/rabbitmq
|
- rabbitmq:/var/lib/rabbitmq
|
||||||
restart: *restart-policy
|
restart: *restart-policy
|
||||||
|
|||||||
Reference in New Issue
Block a user