mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-19 14:41:33 +08:00
Update README.md (fix #42)
This commit is contained in:
parent
ab3429ac1b
commit
bc5ad29c53
@ -53,7 +53,7 @@ services:
|
|||||||
image: mlikiowa/napcat-docker:latest
|
image: mlikiowa/napcat-docker:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
使用 `NAPCAT_UID=$(id -u); NAPCAT_GID=$(id -g); docker-compose up -d` 运行到后台
|
使用 `NAPCAT_UID=$(id -u) NAPCAT_GID=$(id -g) docker-compose up -d` 运行到后台
|
||||||
|
|
||||||
## 反向 WS
|
## 反向 WS
|
||||||
<details>
|
<details>
|
||||||
@ -94,7 +94,7 @@ services:
|
|||||||
image: mlikiowa/napcat-docker:latest
|
image: mlikiowa/napcat-docker:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
使用 `NAPCAT_UID=$(id -u); NAPCAT_GID=$(id -g); docker-compose up -d` 运行到后台
|
使用 `NAPCAT_UID=$(id -u) NAPCAT_GID=$(id -g) docker-compose up -d` 运行到后台
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## HTTP
|
## HTTP
|
||||||
@ -142,7 +142,7 @@ services:
|
|||||||
image: mlikiowa/napcat-docker:latest
|
image: mlikiowa/napcat-docker:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
使用 `NAPCAT_UID=$(id -u); NAPCAT_GID=$(id -g); docker-compose up -d` 运行到后台
|
使用 `NAPCAT_UID=$(id -u) NAPCAT_GID=$(id -g) docker-compose up -d` 运行到后台
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
# 固化路径,方便下次直接快速登录
|
# 固化路径,方便下次直接快速登录
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user