mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-18 22:06:41 +08:00
feat: 减少暴露面
This commit is contained in:
parent
83a4cef307
commit
73ffc037f4
@ -7,8 +7,6 @@ services:
|
|||||||
- NAPCAT_GID=${NAPCAT_GID:-1000}
|
- NAPCAT_GID=${NAPCAT_GID:-1000}
|
||||||
- MODE=astrbot
|
- MODE=astrbot
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
|
||||||
- 3001:3001
|
|
||||||
- 6099:6099
|
- 6099:6099
|
||||||
container_name: napcat
|
container_name: napcat
|
||||||
restart: always
|
restart: always
|
||||||
@ -27,9 +25,8 @@ services:
|
|||||||
- "6185:6185"
|
- "6185:6185"
|
||||||
- "6195:6195"
|
- "6195:6195"
|
||||||
- "6199:6199"
|
- "6199:6199"
|
||||||
- "6196:6196"
|
|
||||||
- "11451:11451"
|
|
||||||
volumes:
|
volumes:
|
||||||
|
- ./data:/AstrBot/data
|
||||||
- ./napcat:/app/napcat
|
- ./napcat:/app/napcat
|
||||||
- ./ntqq:/app/.config/QQ
|
- ./ntqq:/app/.config/QQ
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user