ccf %!s(int64=3) %!d(string=hai) anos
pai
achega
06c5b22c97
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      command/Start.php

+ 1 - 0
command/Start.php

@@ -110,6 +110,7 @@ class Start
             $template = str_replace('<proginn-frontend-branch>', "dev", $template);
             $template = str_replace('<domain>', $domain, $template);
             $template = str_replace('<fullDomain>', $fullDomain, $template);
+            $template = str_replace('<containerName>', "dev", $template);
             file_put_contents($directory . 'config/docker.yml', $template);
             // nginx 配置
             $proxy = file_get_contents(ROOT_DIR . '/config/nginx/template/proxy.nginx.conf');