mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
chore(docker): rename fig.yml to docker-compose.yml
Support for the old fig.yml file standard has been removed in newer versions of docker-compose.
This commit is contained in:
parent
a3e22091be
commit
be92c8bde1
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,6 +31,7 @@ public/css/*.min.css
|
||||
|
||||
conf/custom.ini
|
||||
fig.yml
|
||||
docker-compose.yml
|
||||
profile.cov
|
||||
/grafana
|
||||
.notouch
|
||||
|
@ -7,7 +7,7 @@ template_dir=templates
|
||||
grafana_config_file=conf.tmp
|
||||
grafana_config=config
|
||||
|
||||
fig_file=fig.yml
|
||||
fig_file=docker-compose.yml
|
||||
fig_config=fig
|
||||
|
||||
if [ "$#" == 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user