Docker-CommunityServer icon indicating copy to clipboard operation
Docker-CommunityServer copied to clipboard

webstudio directory missing. cannot start nginx service

Open mamiapatrick opened this issue 5 years ago • 3 comments

Hello,

I recently install communityserver on a kubernetes deployment and setup volumes on logs and data but when i try to launch the webinterfaces i got a 502 error ans with some investigation on log i discover that the Webstudio directory under onlyoffice is missing. I dont know why it missing. Installation seem to go normally...do somebody already faced this issue ?

mamiapatrick avatar Mar 16 '20 13:03 mamiapatrick

Hello @mamiapatrick please describe how you installed onlyoffice? Manually docker run or use out script? And please check web.log and web.api.log for errors.

Carazyda avatar Mar 16 '20 14:03 Carazyda

Hello @Carazyda , I install onlyoffice with a kubernetes deployment using the image onlyoffice/communityserver and setup a volume binding /var/www/onlyoffice and /var/log/onlyoffice but there is not any of that two logs files

mamiapatrick avatar Mar 17 '20 14:03 mamiapatrick

Please bind /var/www/onlyoffice/Data, not /var/www/onlyoffice. Also we recommend use our script to install onlyoffice.

Carazyda avatar Mar 17 '20 15:03 Carazyda