fix: docker-compose (close #8)

This commit is contained in:
initialencounter 2024-04-23 21:01:21 +08:00
parent d5e225c47c
commit 2936d5092c

View File

@ -59,7 +59,7 @@ services:
environment:
- ACCOUNT=<机器人qq>
- WSR_ENABLE=true
- WS_URLS="ws://192.168.3.8:5140/onebot"
- WS_URLS=ws://192.168.3.8:5140/onebot
container_name: napcat
network_mode: bridge
image: mlikiowa/napcat-docker:latest
@ -85,7 +85,7 @@ services:
- ACCOUNT=<机器人qq>
- HTTP_ENABLE=true
- HTTP_POST_ENABLE=true
- HTTP_URLS="http://192.168.3.8:5140/onebot"
- HTTP_URLS=http://192.168.3.8:5140/onebot
ports:
- 3000:3000
container_name: napcat