Skip to content

Commit

Permalink
chore: 更新文档和docker-compose文件至版本0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Coooolfan committed Oct 24, 2024
1 parent d8a6eb7 commit 7761e00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
```shell
mkdir uniboard
cd uniboard
wget https://github.com/Coooolfan/UniBoard/releases/download/v0.2.2/docker-compose.yml
wget https://github.com/Coooolfan/UniBoard/releases/download/v0.2.2/example.env
wget https://github.com/Coooolfan/UniBoard/releases/download/v0.2.3/docker-compose.yml
wget https://github.com/Coooolfan/UniBoard/releases/download/v0.2.3/example.env
```

2. 按照需要修改`.env`文件和`docker-compsoe.yml`
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
frontend:
image: coolfan1024/uniboard:0.2.2
image: coolfan1024/uniboard:0.2.3
container_name: uniboard-frontend
ports:
- '8888:80'
Expand All @@ -14,7 +14,7 @@ services:
- backend

backend:
image: coolfan1024/uniboard-service:0.2.2
image: coolfan1024/uniboard-service:0.2.3
container_name: uniboard-backend
volumes:
- ./service/media:/app/media
Expand Down

0 comments on commit 7761e00

Please sign in to comment.