update docs

This commit is contained in:
Xboard 2025-01-13 07:55:19 +08:00 committed by GitHub
parent a60b23b17d
commit 558834b154
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -115,6 +115,7 @@ docker compose up -d
```
docker compose down xboard
docker compose pull
docker compose run -it --rm web php artisan xboard:update
docker compose up -d
```

View File

@ -94,7 +94,7 @@ docker compose run -it --rm xboard sh update.sh
```
2. 重启Xboard
```
docker compose restart
docker compose up -d
```
🎉: 在此你已完成Xboard的更新