Improvements
- Docker compose command line completion. #1338
- Allow to set 0 scale/replicas. #1909.
- Detect new container on
logs —follow
#1635.
Bugfixes
- report error on
ps
when no container is found #1893. - Fix filtering in docker compose ps command #1993.
- Report error when there's no container to start #1905
- Restore support for control sequence in compose run #1908.
- Fix dotEnv load path precedence #1892.
- Ignore one-off container events #1955.
- Include exposed ports in container ports config #1950
- Fixed docker compose rm -s not removing containers #1965.
- Fixed compose not handling environment file without
=
after variable name #1917.