Closed nilcolor closed 1 year ago
Hi, Alexey! Thank you for the contribution! I'll try to review your PR this or next week. I apologize in advance if this seems like a long time to you :)
No worries Michael :) Take your time, there is no rush.
Thank you!
Rolled v7.6.0 out
Context
Config like this will run
docker compose --profile workers --profile backend up
command. Run options ~and service~ configs are ignored even if provided. Can also be a part of subcommand:There is an issue with Ctrl+C command in this case:
I.e. on Ctrl+C, containers are not removed. So, the next
dip up
command may raise an error about missing network. To resolve,dip down
can be used. Also,dip down
was slightly updated to remove orphan containers by adding--remove-orphans
flag.Related tickets
157
What's inside
--remove-orphans
flag for thedip down
commandChecklist: