refactor (service): use 8000 port for grafana

This commit is contained in:
thomasabishop 2025-03-30 15:55:18 +01:00
parent 139a48997e
commit 377c981c81

View file

@ -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