From 4f9fb45480a92a354f6667e85dcd111ac32f7b7b Mon Sep 17 00:00:00 2001 From: furyhawk Date: Mon, 8 Jun 2026 20:16:11 +0800 Subject: [PATCH] Update APISIX Dashboard port to 9099 in README, docker-compose, and podman-compose files --- apisix-gateway/README.md | 4 ++-- apisix-gateway/docker-compose.yml | 2 +- apisix-gateway/podman-compose.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apisix-gateway/README.md b/apisix-gateway/README.md index af08614..ff3bb90 100644 --- a/apisix-gateway/README.md +++ b/apisix-gateway/README.md @@ -33,7 +33,7 @@ make up 3. Open the dashboard: ```bash -open http://localhost:9000 +open http://localhost:9099 ``` Dashboard default login: @@ -62,7 +62,7 @@ make ps - `9080` - APISIX proxy listener - `9180` - APISIX Admin API -- `9000` - APISIX Dashboard +- `9099` - APISIX Dashboard ## Notes diff --git a/apisix-gateway/docker-compose.yml b/apisix-gateway/docker-compose.yml index b4d0776..8bbc135 100644 --- a/apisix-gateway/docker-compose.yml +++ b/apisix-gateway/docker-compose.yml @@ -29,7 +29,7 @@ services: volumes: - ./conf/dashboard.yaml:/usr/local/apisix-dashboard/conf/conf.yaml:ro ports: - - "9000:9000" + - "9099:9000" restart: unless-stopped apisix-bootstrap: diff --git a/apisix-gateway/podman-compose.yml b/apisix-gateway/podman-compose.yml index 9beff39..37f6a2b 100644 --- a/apisix-gateway/podman-compose.yml +++ b/apisix-gateway/podman-compose.yml @@ -29,7 +29,7 @@ services: volumes: - ./conf/dashboard.yaml:/usr/local/apisix-dashboard/conf/conf.yaml:ro ports: - - "9000:9000" + - "9099:9000" restart: unless-stopped apisix-bootstrap: