1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-27 22:14:58 +08:00

fix: 解决 rabbitmq 重建之后数据丢失的问题

This commit is contained in:
zhengkunwang223 2023-10-09 14:01:00 +08:00
parent 89668f9575
commit 917224ca62

View File

@ -2,6 +2,7 @@ version: '3'
services:
rabbitmq:
image: rabbitmq:3.12.6-management-alpine
hostname: rabbitmq
container_name: ${CONTAINER_NAME}
restart: always
ports: