mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
This commit fixes the error thrown due to a typo in the command docker-compose -f docker-compose.dev.yml up --build. The correct command is docker compose -f docker-compose.dev.yml up --build without the hyphen between 'docker' and 'compose' in the command sequence.