version: '3.8' services: astrbot: build: . container_name: astrbot ports: - "6185:6185" - "6199:6199" volumes: - ./data:/AstrBot/data - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro restart: unless-stopped environment: - TZ=Asia/Shanghai