From cd4df6ce5ffd7436c66c7a687758dc929977b8df Mon Sep 17 00:00:00 2001 From: loveuer Date: Tue, 19 Mar 2024 17:15:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20deployment/start-rancher.s?= =?UTF-8?q?h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment/start-rancher.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deployment/start-rancher.sh b/deployment/start-rancher.sh index 7f639a5..8c9d7a4 100755 --- a/deployment/start-rancher.sh +++ b/deployment/start-rancher.sh @@ -7,8 +7,9 @@ docker run \ --restart=always \ -e SSL_CERT_DIR=/apps/ssl \ --add-host raw.githubusercontent.com:185.199.109.133 \ - . -p 443:443 \ - -p 80:80 \ + -p 20443:443 \ + -p 80:30080 \ + -p 443:30443 \ rancher/rancher # -v $(pwd)/ca.crt:/apps/ssl/nf_ca.crt \