mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
* compose: make `project directory` explicit See https://github.com/docker/compose/issues/8347 . Some users assume that `project directory` is the directory which has `docker-compose.yaml`. But this is not true (at least for now) when you execute `docker-compose` in sub directory. This PR makes it clear. * fix a typo and made style updates Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>