Merge branch 'dev/master' of github.com:PGYER/codefever into dev/master

This commit is contained in:
cubic
2022-06-20 11:16:27 +08:00
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"