data目录.gitignore文件

This commit is contained in:
chenqiang 2024-07-23 12:09:23 +08:00
parent 4b9431e1e2
commit 2b585a8eab
2 changed files with 10 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
/data/*

View File

@ -39,3 +39,13 @@ docker run -d \
## 数据持久化
将容器的`/var/lib/rabbitmq/mnesia`目录映射到`./data`目录。
## 默认端口
|端口|协议/服务说明|
|---|---|
|5672|amqp|
|15672|web管理后台|
|25672|集群通信|
|61613|stomp|
|15674|web-stomp|