# onlyOffice **Repository Path**: mayberich/only-office ## Basic Information - **Project Name**: onlyOffice - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2022-05-13 - **Last Updated**: 2022-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### only-office demo 指南 ##### 需要配置的配置项 ``` //上传的文件对应的本地存储位置 store: D://files/ max-size: 5242880 //以下几项url均需要将前面改为对应的服务地址 converter-url: http://192.168.75.1:9000/ConvertService.ashx tempstore-url: http://192.168.75.1:9000/ResourceService.ashx api-url: http://192.168.75.1:9000/web-apps/apps/api/documents/api.js preloader-url: http://192.168.75.1:9000/web-apps/apps/api/documents/cache-scripts.html ``` 注意:访问地址不能是localhost或者127.0.0.1,因为在documentserver容器中访问不到 其他:目前无法实现在虚拟机中的docker容器访问,在宿主机中的docker容器可以访问 如何启动docker: ``` sudo docker run -i -t -d -p 9000:80 onlyoffice/documentserver ```