mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-02-10 20:45:38 +08:00
Add note about windows mounting
This commit is contained in:
@ -6,7 +6,7 @@ but don't want to compile pretty compilcated core product to make those changes.
|
||||
|
||||
## Installing ONLYOFFICE Docs
|
||||
|
||||
## How to use - Linux or macOS
|
||||
## How to use
|
||||
|
||||
**Note**: You need the latest Docker version installed.
|
||||
|
||||
@ -48,3 +48,9 @@ docker run -i -t -d -p 80:80 --restart=always \
|
||||
-v /host-dir/sdkjs:/var/www/onlyoffice/documentserver/sdkjs \
|
||||
-v /host-dir/web-apps:/var/www/onlyoffice/documentserver/web-apps documentserver-develop
|
||||
```
|
||||
|
||||
On windows systems you may need to escape current directory so mount param looks like this:
|
||||
|
||||
```shell
|
||||
-v "/$(pwd)"/sdkjs:/var/www/onlyoffice/documentserver/sdkjs
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user