fix: add missing config
This commit is contained in:
7
config/onlyoffice/entrypoint-override.sh
Normal file
7
config/onlyoffice/entrypoint-override.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# we can't mount it directly because the run-document-server.sh script wants to move it
|
||||
cp /etc/onlyoffice/documentserver/local.dist.json /etc/onlyoffice/documentserver/local.json
|
||||
|
||||
/app/ds/run-document-server.sh
|
||||
Reference in New Issue
Block a user