mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-21 16:02:45 +08:00
fix: docker-compose (close #8)
This commit is contained in:
parent
d5e225c47c
commit
2936d5092c
@ -59,7 +59,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- ACCOUNT=<机器人qq>
|
- ACCOUNT=<机器人qq>
|
||||||
- WSR_ENABLE=true
|
- WSR_ENABLE=true
|
||||||
- WS_URLS="ws://192.168.3.8:5140/onebot"
|
- WS_URLS=ws://192.168.3.8:5140/onebot
|
||||||
container_name: napcat
|
container_name: napcat
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
image: mlikiowa/napcat-docker:latest
|
image: mlikiowa/napcat-docker:latest
|
||||||
@ -85,7 +85,7 @@ services:
|
|||||||
- ACCOUNT=<机器人qq>
|
- ACCOUNT=<机器人qq>
|
||||||
- HTTP_ENABLE=true
|
- HTTP_ENABLE=true
|
||||||
- HTTP_POST_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:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
container_name: napcat
|
container_name: napcat
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user