update docs

This commit is contained in:
xboard 2025-01-16 09:58:04 +08:00
parent 18c90a0aee
commit 4877866fe8
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ services:
xboard: xboard:
# build: # build:
# context: . # context: .
image: ghcr.io/cedar2025/xboard:latest image: ghcr.io/cedar2025/xboard:legacy
volumes: volumes:
- ./:/www/ - ./:/www/
# - ./.env:/www/.env # - ./.env:/www/.env

View File

@ -39,7 +39,7 @@ rm -rf .htaccess 404.html 502.html index.html .user.ini
``` ```
> 执行命令从 Github 克隆到当前目录。 > 执行命令从 Github 克隆到当前目录。
``` ```
git clone https://github.com/cedar2025/Xboard.git ./ git clone -b legacy https://github.com/cedar2025/Xboard.git ./
``` ```
> 复制一份docker-compose.yaml文件 > 复制一份docker-compose.yaml文件
``` ```

View File

@ -48,7 +48,7 @@ rm -rf .htaccess 404.html 502.html index.html .user.ini
``` ```
> 执行命令从 Github 克隆到当前目录。 > 执行命令从 Github 克隆到当前目录。
``` ```
git clone https://github.com/cedar2025/Xboard.git ./ git clone -b legacy https://github.com/cedar2025/Xboard.git ./
``` ```
> 执行命令安装依赖包以及V2board > 执行命令安装依赖包以及V2board
``` ```