Update APISIX Dashboard port to 9099 in README, docker-compose, and podman-compose files

This commit is contained in:
2026-06-08 20:16:11 +08:00
parent 1844f617ed
commit 4f9fb45480
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ make up
3. Open the dashboard: 3. Open the dashboard:
```bash ```bash
open http://localhost:9000 open http://localhost:9099
``` ```
Dashboard default login: Dashboard default login:
@@ -62,7 +62,7 @@ make ps
- `9080` - APISIX proxy listener - `9080` - APISIX proxy listener
- `9180` - APISIX Admin API - `9180` - APISIX Admin API
- `9000` - APISIX Dashboard - `9099` - APISIX Dashboard
## Notes ## Notes
+1 -1
View File
@@ -29,7 +29,7 @@ services:
volumes: volumes:
- ./conf/dashboard.yaml:/usr/local/apisix-dashboard/conf/conf.yaml:ro - ./conf/dashboard.yaml:/usr/local/apisix-dashboard/conf/conf.yaml:ro
ports: ports:
- "9000:9000" - "9099:9000"
restart: unless-stopped restart: unless-stopped
apisix-bootstrap: apisix-bootstrap:
+1 -1
View File
@@ -29,7 +29,7 @@ services:
volumes: volumes:
- ./conf/dashboard.yaml:/usr/local/apisix-dashboard/conf/conf.yaml:ro - ./conf/dashboard.yaml:/usr/local/apisix-dashboard/conf/conf.yaml:ro
ports: ports:
- "9000:9000" - "9099:9000"
restart: unless-stopped restart: unless-stopped
apisix-bootstrap: apisix-bootstrap: