mirror of
https://github.com/sky22333/qqbot.git
synced 2026-05-07 04:42:51 +08:00
14 lines
287 B
YAML
14 lines
287 B
YAML
services:
|
|
qqbot:
|
|
image: ghcr.io/sky22333/qqbot
|
|
container_name: qqbot
|
|
restart: always
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./configs/config.toml:/root/config.toml
|
|
logging:
|
|
driver: json-file
|
|
options:
|
|
max-size: "1g"
|
|
max-file: "2" |