commit | e07fcf406fcc851ae9f64d4c0f1ed0a8bb518f6a | [log] [tgz] |
---|---|---|
author | sathishg <sathish.govindasamy@radisys.com> | Tue Sep 12 00:44:13 2017 +0530 |
committer | sathishg <sathish.govindasamy@radisys.com> | Tue Sep 12 00:44:13 2017 +0530 |
tree | d4edf4ce0aa0b28fc277000b49f29a823c34cb14 | |
parent | b2b369aa1b6c9cd95ceea5f243d8e5e4b7832a36 [diff] |
Moving grafana-swarm port to 8883 as 8882 conflicts with envoy-swarm. Change-Id: I519bfe120a7d7cc30100d7c5e99a3f6b6276656b
diff --git a/compose/docker-compose-grafana-swarm.yml b/compose/docker-compose-grafana-swarm.yml index e6cc564..f0da980 100644 --- a/compose/docker-compose-grafana-swarm.yml +++ b/compose/docker-compose-grafana-swarm.yml
@@ -20,7 +20,7 @@ networks: - voltha-net ports: - - "8882:80" + - "8883:80" - "2003:2003" - "2004:2004" - "8126:8126"