From be92c8bde11f75fac4d9e17c1f5210e8e7c92916 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Wed, 24 Feb 2016 09:56:57 +0100 Subject: [PATCH] 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. --- .gitignore | 1 + docker/build_fig.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1c8a89215da..fd04dcd1523 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ public/css/*.min.css conf/custom.ini fig.yml +docker-compose.yml profile.cov /grafana .notouch diff --git a/docker/build_fig.sh b/docker/build_fig.sh index aca4f68413f..8588c1c474a 100755 --- a/docker/build_fig.sh +++ b/docker/build_fig.sh @@ -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