修改仓库地址
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
## 3.1 初始化
|
||||
|
||||
```bash
|
||||
git clone -b compose --depth 1 https://github.com/cedar2025/Xboard
|
||||
git clone -b compose --depth 1 https://github.com/Micah123321/Xboard
|
||||
cd Xboard
|
||||
cp compose.sample.yaml compose.yaml
|
||||
```
|
||||
@@ -203,7 +203,7 @@ CI 使用 `.github/workflows/docker-publish.yml` 进行多架构构建并推送
|
||||
```bash
|
||||
docker build \
|
||||
--build-arg CACHEBUST=$(date +%s) \
|
||||
--build-arg REPO_URL=https://github.com/cedar2025/Xboard \
|
||||
--build-arg REPO_URL=https://github.com/Micah123321/Xboard \
|
||||
--build-arg BRANCH_NAME=master \
|
||||
-t xboard:dev .
|
||||
```
|
||||
|
||||
@@ -62,7 +62,7 @@ apt update && apt install -y git
|
||||
yum update && yum install -y git
|
||||
|
||||
# Clone repository
|
||||
git clone -b compose --depth 1 https://github.com/cedar2025/Xboard ./
|
||||
git clone -b compose --depth 1 https://github.com/Micah123321/Xboard ./
|
||||
|
||||
# Configure Docker Compose
|
||||
```
|
||||
@@ -71,7 +71,7 @@ git clone -b compose --depth 1 https://github.com/cedar2025/Xboard ./
|
||||
```yaml
|
||||
services:
|
||||
web:
|
||||
image: ghcr.io/cedar2025/xboard:new
|
||||
image: ghcr.io/Micah123321/xboard:new
|
||||
volumes:
|
||||
- ./.docker/.data/redis/:/data/
|
||||
- ./.env:/www/.env
|
||||
@@ -91,7 +91,7 @@ services:
|
||||
- 1panel-network
|
||||
|
||||
horizon:
|
||||
image: ghcr.io/cedar2025/xboard:new
|
||||
image: ghcr.io/Micah123321/xboard:new
|
||||
volumes:
|
||||
- ./.docker/.data/redis/:/data/
|
||||
- ./.env:/www/.env
|
||||
|
||||
@@ -66,7 +66,7 @@ chattr -i .user.ini
|
||||
rm -rf .htaccess 404.html 502.html index.html .user.ini
|
||||
|
||||
# Clone repository
|
||||
git clone https://github.com/cedar2025/Xboard.git ./
|
||||
git clone https://github.com/Micah123321/Xboard.git ./
|
||||
|
||||
# Prepare configuration file
|
||||
cp compose.sample.yaml compose.yaml
|
||||
|
||||
@@ -74,7 +74,7 @@ chattr -i .user.ini
|
||||
rm -rf .htaccess 404.html 502.html index.html .user.ini
|
||||
|
||||
# Clone repository
|
||||
git clone https://github.com/cedar2025/Xboard.git ./
|
||||
git clone https://github.com/Micah123321/Xboard.git ./
|
||||
|
||||
# Install dependencies
|
||||
sh init.sh
|
||||
|
||||
@@ -17,7 +17,7 @@ systemctl start docker
|
||||
|
||||
1. Get project files:
|
||||
```bash
|
||||
git clone -b compose --depth 1 https://github.com/cedar2025/Xboard
|
||||
git clone -b compose --depth 1 https://github.com/Micah123321/Xboard
|
||||
cd Xboard
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user