mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-01 01:10:21 +08:00
fix: wrong image name in compose (#7488)
* fix: wrong image name in compose
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user