-
Notifications
You must be signed in to change notification settings - Fork 0
Napcat
zhywyt edited this page Dec 27, 2025
·
2 revisions
There is how to use napcat as contact person of QQ robot.
docker-compose.yml:
version: "3"
services:
napcat:
environment:
- NAPCAT_UID=${NAPCAT_UID}
- NAPCAT_GID=${NAPCAT_GID}
ports:
- 3005:3000
- 3001:3001
- 6099:6099
volumes:
- ./QQ:/app/.config/QQ
- ./napcatConfig:/app/napcat/config
container_name: napcat
network_mode: bridge
restart: always
image: mlikiowa/napcat-docker:latest