mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05: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... 