From 904f6e7bf586237aa2ebfabd251a5b84f011461e Mon Sep 17 00:00:00 2001 From: allinssl Date: Tue, 13 Jan 2026 16:57:01 +0800 Subject: [PATCH] Merge pull request #406 from ynfeng/fix-docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docs: 修改docker启动映射容器内端口为8888 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d7e947..0887668 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ curl -sSO http://download.allinssl.com/install_allinssl.sh && bash install_allin ```bash docker run -itd \ --name allinssl \ - -p 7979:8888 \ + -p 8888:8888 \ -v /www/allinssl/data:/www/allinssl/data \ -e ALLINSSL_USER=allinssl \ -e ALLINSSL_PWD=allinssldocker \