Skip to content

Commit 94df75c

Browse files
authored
Close port 3370 from outside access for Pure Docker deployments
1 parent cfd1675 commit 94df75c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pure-docker/deploy-grafana.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ docker run --detach \
1717
--restart=always \
1818
--cpus=1 \
1919
--memory=1g \
20-
-p 0.0.0.0:3370:3370 \
2120
-v $VOLUME:/var/lib/grafana \
2221
-v $(pwd)/../grafana/datasources:/sg_config_grafana/provisioning/datasources \
2322
-v $(pwd)/../grafana/dashboards:/sg_grafana_additional_dashboards \

0 commit comments

Comments
 (0)