From e20c2ea1b58decc0eea92738f4ba09ec52188883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Fri, 13 Jun 2025 09:48:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- environment.sh | 2 +- init/10.sky-oap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.sh b/environment.sh index b1b4814..fa8c739 100644 --- a/environment.sh +++ b/environment.sh @@ -258,7 +258,7 @@ export SKYWALKING_OAP_MEMORY=1g export SKYWALKING_UI_MEMORY=1g # SkyWalking UI对外爆露端口 export SKYWALKING_UI_PORT=8282 -export SW_AGENT_COLLECTOR_BACKEND_SERVICES=${SKYWALKING_OAP_NAME}:11800 +export SW_AGENT_COLLECTOR_BACKEND_SERVICES=${SKYWALKING_OAP_NAME}:12800 export SKYWALKING_USERNAME=skywalking export SKYWALKING_PASSWORD=skywalking diff --git a/init/10.sky-oap.sh b/init/10.sky-oap.sh index 0dc3086..adedb0e 100755 --- a/init/10.sky-oap.sh +++ b/init/10.sky-oap.sh @@ -48,7 +48,7 @@ echo "启动 SkyWalking OAP..." docker run -d \ --name ${SKYWALKING_OAP_NAME} \ --network $NETWORK \ - -p 11800:11800 \ + -p 12800:11800 \ --memory $SKYWALKING_OAP_MEMORY \ --restart unless-stopped \ -e "discovery.type=single-node" \