GetComposeProjectName returns the name of the docker-compose project
()
| 3782 | |
| 3783 | // GetComposeProjectName returns the name of the docker-compose project |
| 3784 | func (app *DdevApp) GetComposeProjectName() string { |
| 3785 | return strings.ToLower("ddev-" + strings.ReplaceAll(app.Name, `.`, "")) |
| 3786 | } |
| 3787 | |
| 3788 | // GetDefaultNetworkName returns the default project network name |
| 3789 | func (app *DdevApp) GetDefaultNetworkName() string { |
no outgoing calls