From bc5ad29c5335cd62bbf5a3f01ea26990eb0f4598 Mon Sep 17 00:00:00 2001 From: WWWw <109729945+initialencounter@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:10:12 +0800 Subject: [PATCH] Update README.md (fix #42) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3df65e..da9d5c1 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ services: 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
@@ -94,7 +94,7 @@ services: 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` 运行到后台
## HTTP @@ -142,7 +142,7 @@ services: 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` 运行到后台 # 固化路径,方便下次直接快速登录