fix: update grafana port to avoid collision

This commit is contained in:
Marc 2024-05-31 00:00:41 -04:00
parent c1fdf192b2
commit ade25c3631
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -1,8 +1,7 @@
#!/bin/bash #!/bin/bash
podman pod create \ podman pod create \
-p 3000:3000 \ -p 3100:3000 \
-p 9187:9187 \
-p 9090:9090 \ -p 9090:9090 \
--replace \ --replace \
panopticon panopticon