Commit be92c8bd by Daniel Lee

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.
parent a3e22091
...@@ -31,6 +31,7 @@ public/css/*.min.css ...@@ -31,6 +31,7 @@ public/css/*.min.css
conf/custom.ini conf/custom.ini
fig.yml fig.yml
docker-compose.yml
profile.cov profile.cov
/grafana /grafana
.notouch .notouch
......
...@@ -7,7 +7,7 @@ template_dir=templates ...@@ -7,7 +7,7 @@ template_dir=templates
grafana_config_file=conf.tmp grafana_config_file=conf.tmp
grafana_config=config grafana_config=config
fig_file=fig.yml fig_file=docker-compose.yml
fig_config=fig fig_config=fig
if [ "$#" == 0 ]; then if [ "$#" == 0 ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment