Files
AstrBot/compose.yml
T
2025-03-03 00:09:32 +08:00

12 lines
275 B
YAML

version: '3.8'
services:
astrbot:
image: soulter/astrbot:latest
container_name: astrbot
ports:
- "6180-6200:6180-6200" # mappings description: https://github.com/Soulter/AstrBot/issues/497
- "11451:11451"
volumes:
- ./data:/AstrBot/data