mirror of
https://github.com/furyhawk/lta_datamall_api.git
synced 2026-07-21 02:06:50 +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:
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user