mirror of
https://github.com/ONLYOFFICE/Docker-DocumentServer.git
synced 2026-04-07 14:01:38 +08:00
Fix Docker startup; Add adminpanel log dir creation
This commit is contained in:
@ -639,7 +639,7 @@ update_release_date(){
|
||||
}
|
||||
|
||||
# create base folders
|
||||
for i in converter docservice metrics; do
|
||||
for i in converter docservice metrics adminpanel; do
|
||||
mkdir -p "${DS_LOG_DIR}/$i"
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user