Skip to content

Commit

Permalink
Merge branch 'main' of github.com:unyt-org/docker-host
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Strehle committed Aug 8, 2024
2 parents 60c595c + b9ae831 commit bba037a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ enum ContainerStatus {
this.gitHTTPS.password = gitOAuthToken;
}

this.container_name = endpoint.name + (endpoint.name.endsWith(stage) ? '' : (stage ? '-' + stage : ''))
this.container_name = endpoint.name.toLowerCase() + (endpoint.name.endsWith(stage) ? '' : (stage ? '-' + stage : ''))
this.advancedOptions = advancedOptions;

this.endpoint = endpoint; // TODO: what if @@local is passed
Expand Down

0 comments on commit bba037a

Please sign in to comment.