mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Just fixed some minor inconsistencies in the format of the file. There were some configurations uncommented like so: ``` ; container_name = ``` and some other like so: ``` ;container_name = ``` So there is a need for a small perfection here! I also removed some unnecessary line breaks, bullying my eyes... 