mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-10-04 14:06:24 +00:00
🔧 更新 Dockerfile 和示例 docker-compose 文件中的镜像地址,修正 README.md 和相关配置文件中的链接
Some checks failed
Pytest API Testing / Pytes-API-Testing (push) Failing after 2m29s
Some checks failed
Pytest API Testing / Pytes-API-Testing (push) Failing after 2m29s
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
services:
|
||||
liteyukibot:
|
||||
container_name: bot
|
||||
# Liteyuki latest: reg.liteyuki.icu/bot/app:latest
|
||||
# Liteyuki nightly: reg.liteyuki.icu/bot/app:nightly
|
||||
# Liteyuki latest: reg.liteyuki.org/bot/app:latest
|
||||
# Liteyuki nightly: reg.liteyuki.org/bot/app:nightly
|
||||
# GHCR latest: ghcr.io/liteyukistudio/bot-app:latest 暂未发布
|
||||
# Docker Hub latest: docker.io/liteyukistudio/bot-app:latest 暂未发布
|
||||
image: reg.liteyuki.icu/bot/app:latest
|
||||
image: reg.liteyuki.org/bot/app:latest
|
||||
restart: always
|
||||
volumes:
|
||||
- ./configs:/liteyukibot/configs # 配置目录,包含配置文件
|
||||
|
Reference in New Issue
Block a user