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: