From c80113c789de694877765e0bd2255624a42b3b33 Mon Sep 17 00:00:00 2001 From: "fynwin@gmail.com" Date: Thu, 9 Oct 2025 13:13:50 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9docker=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E6=98=A0=E5=B0=84=E5=AE=B9=E5=99=A8=E5=86=85=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E4=B8=BA8888?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 219d5eb..04e6922 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ curl -sSO https://cnb.cool/allinssl/install.sh/-/git/raw/main/install_allinssl.s ```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 \