# edusoho-docker-compose **Repository Path**: nothing-is-nothing/edusoho-docker-compose ## Basic Information - **Project Name**: edusoho-docker-compose - **Description**: edusoho 的docker-compose 部署方案 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-08-10 - **Last Updated**: 2025-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` docker-compose up --build ``` 访问: ``` http://localhost:8081 ``` 调试: .vscode/launch.json ```json { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Listen for XDebug", "type": "php", "request": "launch", "port": 9003, "hostname": "0.0.0.0", "pathMappings": { "/var/www/edusoho/": "${workspaceRoot}/code/edusoho" }, "log": true }, { "name": "v22.4.7", "type": "php", "request": "launch", "port": 9003, "hostname": "0.0.0.0", "pathMappings": { "/var/www/edusoho_v22.4.7/": "${workspaceRoot}/code/edusoho_v22.4.7" }, "log": true }, { "name": "Launch currently open script", "type": "php", "request": "launch", "program": "${file}", "cwd": "${fileDirname}", "port": 9000 } ] } ``` ``` Cookie: XDEBUG_SESSION=PHPSTORM ```