|
|
@@ -118,7 +118,8 @@ class Start
|
|
|
$template = str_replace('<proginn-branch>', $proginnBranch, $template);
|
|
|
$template = str_replace('<rooter-branch>', $rooterBranch, $template);
|
|
|
$template = str_replace('<proginn-frontend-branch>', $proginnFrontendBranch, $template);
|
|
|
- $template = str_replace('<domain>', $fullDomain, $template);
|
|
|
+ $template = str_replace('<domain>', $domain, $template);
|
|
|
+ $template = str_replace('<fullDomain>', $fullDomain, $template);
|
|
|
file_put_contents($directory . '/config/docker.yml', $template);
|
|
|
// nginx 配置
|
|
|
$proxy = file_get_contents(ROOT_DIR . '/config/nginx/template/proxy.nginx.conf');
|