浏览代码

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.
Daniel Lee 9 年之前
父节点
当前提交
be92c8bde1
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      .gitignore
  2. 1 1
      docker/build_fig.sh

+ 1 - 0
.gitignore

@@ -31,6 +31,7 @@ public/css/*.min.css
 
 conf/custom.ini
 fig.yml
+docker-compose.yml
 profile.cov
 /grafana
 .notouch

+ 1 - 1
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