From 2a229c4bebed58e70e61594da098149d929e0dac Mon Sep 17 00:00:00 2001 From: Kangyang Ji Date: Sun, 12 Apr 2026 15:07:58 +0100 Subject: [PATCH] fix: wrong image name in compose (#7488) * fix: wrong image name in compose --- compose-with-shipyard.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/compose-with-shipyard.yml b/compose-with-shipyard.yml index 7703293fa..24ced5a95 100644 --- a/compose-with-shipyard.yml +++ b/compose-with-shipyard.yml @@ -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