Skip to content

Commit

Permalink
fix: ba2880c
Browse files Browse the repository at this point in the history
  • Loading branch information
renbaoshuo authored Oct 3, 2024
1 parent 9475480 commit d2b8b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post/安装.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sudo docker --version # 检查 docker 是否正常安装
git clone https://github.com/UniversalOJ/UOJ-System.git # 克隆 UOJ-System 仓库
cd UOJ-System
bash prepare.sh # 进行一些准备工作
sudo docker-compose up -d # 启动 UOJ
sudo docker compose up -d # 启动 UOJ
```

> 如果需要修改端口,请编辑 `docker-compose.yml` 文件,修改 `uoj-web` 服务的 `ports` 项(靠近文件末尾)中的 `80:80``<port>:80`
Expand Down

0 comments on commit d2b8b2f

Please sign in to comment.