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.
1 parent 71cefe4 commit ac684efCopy full SHA for ac684ef
internal/orchestrator/provision.go
@@ -247,7 +247,7 @@ func generateMainComposeFile(
247
// Create a single docker-mainCompose that includes all the required services
248
mainComposeFile := app.AppComposeFilePath()
249
// If required, create an override compose file for devices
250
- overrideComposeFile := app.ProvisioningStateDir().Join("app-compose-overrides.yaml")
+ overrideComposeFile := app.AppComposeOverrideFilePath()
251
252
type mainService struct {
253
Main service `yaml:"main"`
0 commit comments