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 |