# simple-blog-server **Repository Path**: lablelan/simple-blog-server ## Basic Information - **Project Name**: simple-blog-server - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-27 - **Last Updated**: 2022-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用docker启动 ## 打包镜像 ```bash docker build -f Dockerfile -t simple-blog . ``` ## 修改h5端api配置 ``` 找到client/h5/index.html 修改domain=www.xxx.com ``` ## 启动 ```bash docker-compose up ```