fix: update grafana port to avoid collision
This commit is contained in:
parent
c1fdf192b2
commit
ade25c3631
1 changed files with 1 additions and 2 deletions
3
start.sh
3
start.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue