From ff52e2d65bb733e21e2369579a8384373a67ca10 Mon Sep 17 00:00:00 2001 From: Pieter Hollander Date: Wed, 6 Dec 2023 13:50:06 +0100 Subject: [PATCH] Fix port --- compose.timescaledb.grafana.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.timescaledb.grafana.yml b/compose.timescaledb.grafana.yml index 6a1c078..f5d6994 100644 --- a/compose.timescaledb.grafana.yml +++ b/compose.timescaledb.grafana.yml @@ -7,7 +7,7 @@ services: POSTGRES_PASSWORD: ${PG_PASSWORD} POSTGRES_DB: ${PG_DB} ports: - - "5433:5433" + - "5433:5432" networks: - internal volumes: