fix: wrong image name in compose (#7488)

* fix: wrong image name in compose
This commit is contained in:
Kangyang Ji
2026-04-12 15:07:58 +01:00
committed by GitHub
parent d1913b5950
commit 2a229c4beb

View File

@@ -4,10 +4,7 @@ version: '3.8'
services:
astrbot:
build:
context: .
dockerfile: Dockerfile
image: astrbot:kimi-code
image: soulter/astrbot:latest
container_name: astrbot
restart: always
ports: # mappings description: https://github.com/AstrBotDevs/AstrBot/issues/497