fix doc bug

This commit is contained in:
Rex Shi
2022-06-15 18:17:04 +08:00
parent 52bafc81b9
commit 96d088a71a
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
首先 clone 整个 CodeFever Community 仓库到您的服务器,然后进入项目的根目录,并执行以下命令:
```shell
docker-compose run -d
docker-compose up -d
```
1. 服务启动后尝试访问 `http://127.0.0.1` 或 `http://<server ip>` 登录

View File

@@ -1,7 +1,7 @@
version: "3"
services:
codefever:
image: pgyer/codefever-community-lite:latest
image: pgyer/codefever-community-lite:latest
ports:
- "80:80"
- "22:22"