Add external volumes for rabbitmq and redis (#203)
This commit is contained in:
parent
261232e10d
commit
ee8fa827e3
3 changed files with 16 additions and 1 deletions
|
@ -67,6 +67,8 @@ To get access to your data from outside the container, you need to mount the vol
|
|||
-v /app/onlyoffice/DocumentServer/logs:/var/log/onlyoffice \
|
||||
-v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data \
|
||||
-v /app/onlyoffice/DocumentServer/lib:/var/lib/onlyoffice \
|
||||
-v /app/onlyoffice/DocumentServer/rabbitmq:/var/lib/rabbitmq \
|
||||
-v /app/onlyoffice/DocumentServer/redis:/var/lib/redis \
|
||||
-v /app/onlyoffice/DocumentServer/db:/var/lib/postgresql onlyoffice/documentserver
|
||||
|
||||
Normally, you do not need to store container data because the container's operation does not depend on its state. Saving data will be useful:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue