Skip to content

Commit

Permalink
Update app-environment.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Sep 26, 2024
1 parent 5d712a5 commit a5eedfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/modules/apps/legacy-compat/app-environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export default async function appEnvironment(umbreld: Umbreld, command: string)
if (command === 'up') {
await $(
options as any,
)`docker compose --project-name umbrel --file ${composePath} ${command} --build --detach --remove-orphans`
)`docker compose --project-name umbrelc --file ${composePath} ${command} --build --detach --remove-orphans`
} else {
await $(options as any)`docker compose --project-name umbrel --file ${composePath} ${command}`
await $(options as any)`docker compose --project-name umbrelc --file ${composePath} ${command}`
}
}

0 comments on commit a5eedfa

Please sign in to comment.