瀏覽代碼

FD3-774 agregamos mysql.host.env al docker de supervisord.

Maximiliano Schvindt 6 年之前
父節點
當前提交
d5b7cae8f1
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      tools/src/Release.php

+ 2 - 1
tools/src/Release.php

@@ -755,7 +755,8 @@ class Release extends Command
             ->addEnv_file("running.env")
             ->addEnv_file($host_env_file)
             ->addEnv_file("stats.host.env")
-            ->addEnv_file("stats.oauth.env");
+            ->addEnv_file("stats.oauth.env")
+            ->addEnv_file("mysql.host.env");
     }
 
     function addMySql(FileFormat2 $composer, $config = array())