We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4cae5f + cb64482 commit aeda19dCopy full SHA for aeda19d
packages/server/src/utils/builders/compose.ts
@@ -106,6 +106,7 @@ export const getCreateEnvFileCommand = (compose: ComposeNested) => {
106
const envFilePath = join(dirname(composeFilePath), ".env");
107
108
let envContent = `APP_NAME=${appName}\n`;
109
+ envContent += `COMPOSE_PROJECT_NAME=${appName}\n`;
110
envContent += env || "";
111
if (!envContent.includes("DOCKER_CONFIG")) {
112
envContent += "\nDOCKER_CONFIG=/root/.docker";
0 commit comments