Skip to content

Commit

Permalink
Updating dashboard and fixing index
Browse files Browse the repository at this point in the history
  • Loading branch information
fmdlc committed Oct 13, 2020
1 parent 242e636 commit d8c0aac
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 80 deletions.
4 changes: 2 additions & 2 deletions ISP-Checker/docker/docker-compose.yaml
Expand Up @@ -5,7 +5,7 @@ services:
- "docker.group=ISP-Checker"
- "docker.app=influxdb"
container_name: influxdb
image: influxdb:1.8.3-alpine
image: influxdb:1.8.3
expose:
- 8086
restart: on-failure
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
- "docker.group=ISP-Checker"
- "docker.app=grafana"
container_name: grafana
image: grafana/grafana:7.2.1-ubuntu
image: grafana/grafana:7.2.1
environment:
- GF_INSTALL_PLUGINS=https://grafana.com/api/plugins/gowee-traceroutemap-panel/versions/0.2.3/download;gowee-traceroutemap-panel
expose:
Expand Down

0 comments on commit d8c0aac

Please sign in to comment.