-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: use container name consistent with Docker Compose API (#633)
* Set service naming per docker compoose version * Docker compose v1 (python) and v2 (Go) use different service naming conventions. Set service name based on the version. * refactor code, fix linter failure * refactor * Update internal/compose/compose.go * remove extraneous newline * Adjust Project{} * Fix * nit * Fix: make format Co-authored-by: Marcin Tojek <[email protected]> Co-authored-by: mtojek <[email protected]>
- Loading branch information
1 parent
c37ef6d
commit ef32056
Showing
1 changed file
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters