Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: scope containers to current compose project #8

Merged
merged 2 commits into from
Apr 21, 2023

Conversation

Wowu
Copy link
Owner

@Wowu Wowu commented Apr 21, 2023

docker-rollout would not work if a service with the same name in different compose project is running. Fix it by using docker-compose ps to search containers scoped to current compose project, instead of docker ps.

Fix #3

`docker-rollout` would not work if a service with the same name in different compose project is running. Fix it by using `docker-compose ps` to search containers scoped to current compose project, instead of `docker ps`.

Fix #3
@Wowu Wowu merged commit 268cc1b into main Apr 21, 2023
1 check passed
@Wowu Wowu deleted the fix-duplicated-service-names branch April 21, 2023 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compose project name not checked during scaling
1 participant