wowu / docker-rollout

🚀 Zero Downtime Deployment for Docker Compose
https://github.com/Wowu/docker-rollout
MIT License
2.37k stars 66 forks source link

fix: scope containers to current compose project #8

Closed wowu closed 1 year ago

wowu commented 1 year ago

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