mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +08:00
9 lines
165 B
YAML
9 lines
165 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
astrbot:
|
|
image: soulter/astrbot:latest
|
|
container_name: astrbot
|
|
network_mode: "host"
|
|
volumes:
|
|
- ./data:/AstrBot/data |