You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please map persistent volumes to this directory on the servers.
4
+
5
+
If a container needs to persist data between restarts you can map the relevant files in the container to ``docker/data/<container-name>`.
6
+
7
+
## RabbitMQ example
8
+
If you are using RabbitMQ running in a container as a message broker you need to configure a persistent volume for RabbitMQs data directory to avoid losing message on container restarts.
0 commit comments