修改仓库地址

This commit is contained in:
yinjianm
2026-02-22 03:57:06 +08:00
parent 5370b21ef9
commit 809860b8db
7 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -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