mirror of
https://github.com/furyhawk/lta_datamall_api.git
synced 2026-07-20 09:48:00 +00:00
Update APISIX Dashboard port to 9099 in README, docker-compose, and podman-compose files
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user