Compare commits

..

No commits in common. "56890364fc9fc912ebea4a509cf87a29b2db66c2" and "0f43fff242a1ab4b2f5983c11584e32482893e65" have entirely different histories.

4 changed files with 5 additions and 13 deletions

View File

@ -73,7 +73,8 @@ jobs:
cache-to: type=gha,mode=max
tags: |
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:master
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:new
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:latest
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:${{ steps.get_version.outputs.version }}
build-args: |
BUILDKIT_INLINE_CACHE=1

View File

@ -78,15 +78,6 @@ docker compose up -d
本项目仅供学习交流使用,使用本项目造成的任何后果由使用者自行承担。
## 🌟 维护说明
本项目目前处于浅维护状态。我们将:
- 修复关键性bug和安全问题
- 审查并合并重要的pull requests
- 提供必要的兼容性更新
但新功能的开发可能会受到限制。
## 🔔 注意事项
1. 修改后台路径后需要重启:

View File

@ -1,6 +1,6 @@
services:
web:
image: ghcr.io/cedar2025/xboard:new
image: ghcr.io/cedar2025/xboard:latest
volumes:
- ./.docker/.data/redis/:/data/
- ./:/www/
@ -28,4 +28,4 @@ services:
volumes:
- ./.docker/.data/redis:/data
sysctls:
net.core.somaxconn: 1024
net.core.somaxconn: 1024

View File

@ -95,7 +95,7 @@ git clone -b compose --depth 1 https://github.com/cedar2025/Xboard ./
```yaml
services:
web:
image: ghcr.io/cedar2025/xboard:new
image: ghcr.io/cedar2025/xboard:latest
volumes:
- ./.docker/.data/redis/:/data/
- ./.env:/www/.env