From f9df0fede004ccb31383bf89b956022d093220a1 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sun, 30 Mar 2025 14:20:26 +0100 Subject: [PATCH] chore (service): rm comment grafana --- services/grafana/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/grafana/docker-compose.yml b/services/grafana/docker-compose.yml index 8de0c58..84d3608 100644 --- a/services/grafana/docker-compose.yml +++ b/services/grafana/docker-compose.yml @@ -43,7 +43,7 @@ services: - GF_AUTH_MULTI_FACTOR_AUTHENTICATION_ENABLED=true - GF_AUTH_MULTI_FACTOR_WEBAUTHN_ENABLED=true ports: - - "3000:3000" # For local testing; remove in production with nginx + - "3000:3000" networks: - default - web