ccf 3 years ago
parent
commit
06c5b22c97
1 changed files with 1 additions and 0 deletions
  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');