mirror of
https://github.com/thomisus/Docker-DocumentServer.git
synced 2026-04-29 03:50:09 +00:00
Update README.md
This commit is contained in:
parent
7a14e43467
commit
57759c43d9
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ To get access to your data from outside the container, you need to mount the vol
|
|||
sudo docker run -i -t -d -p 80:80 \
|
||||
-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 onlyoffice/documentserver
|
||||
-v /app/onlyoffice/DocumentServer/lib:/var/lib/onlyoffice onlyoffice/documentserver
|
||||
|
||||
Storing the data on the host machine allows you to easily update ONLYOFFICE once the new version is released without losing your data.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue