mirror of
https://github.com/docker/docs.git
synced 2026-04-05 02:38:52 +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.