From ade25c3631c76d207311fe579a3da2618ef8d34e Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Fri, 31 May 2024 00:00:41 -0400 Subject: [PATCH] fix: update grafana port to avoid collision --- start.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/start.sh b/start.sh index a5d3d4c..46fc7cb 100755 --- a/start.sh +++ b/start.sh @@ -1,8 +1,7 @@ #!/bin/bash podman pod create \ - -p 3000:3000 \ - -p 9187:9187 \ + -p 3100:3000 \ -p 9090:9090 \ --replace \ panopticon