refactor (service): use 8000 port for grafana
This commit is contained in:
parent
139a48997e
commit
377c981c81
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ services:
|
||||||
- GF_AUTH_MULTI_FACTOR_AUTHENTICATION_ENABLED=true
|
- GF_AUTH_MULTI_FACTOR_AUTHENTICATION_ENABLED=true
|
||||||
- GF_AUTH_MULTI_FACTOR_WEBAUTHN_ENABLED=true
|
- GF_AUTH_MULTI_FACTOR_WEBAUTHN_ENABLED=true
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "8000:3000"
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- web
|
- web
|
||||||
|
|
Loading…
Add table
Reference in a new issue