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