Skip to content

Commit

Permalink
Removed whitespaces in front of grafana key for docker compose template
Browse files Browse the repository at this point in the history
  • Loading branch information
b5635 authored May 8, 2024
1 parent 7b49745 commit 9f824c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/docker-compose-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ influxdb:
- '8089:8089/udp'
volumes:
- influxdb:/var/lib/influxdb
grafana:
grafana:
hostname: grafana
image: grafana/grafana:6.0.1
restart: unless-stopped
Expand All @@ -43,4 +43,4 @@ influxdb:
- grafana:/var/lib/grafana
volumes:
influxdb:
grafana:
grafana:

0 comments on commit 9f824c0

Please sign in to comment.