From 00f008f94dbbd8e5afef1f0c086c756fd65a1b5e Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Sat, 1 Feb 2025 21:31:24 +0800 Subject: [PATCH] Update compose.yml --- compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 65ff638a4..c7e6839ec 100644 --- a/compose.yml +++ b/compose.yml @@ -4,6 +4,8 @@ services: astrbot: image: soulter/astrbot:latest container_name: astrbot - network_mode: "host" + ports: + - "6000-6200:6000-6200" + - "11451:11451" volumes: - - ./data:/AstrBot/data \ No newline at end of file + - ./data:/AstrBot/data