From b6b19516d0feacd798b485615ebfee410d9b6f86 Mon Sep 17 00:00:00 2001 From: Jared Leach Date: Thu, 27 Jan 2022 13:36:47 -0800 Subject: [PATCH] Update build.md This page has a large number of downvotes and I think it's because the confusion of docker-compose --build and docker-compose build --arg. It definitely confused me and made it appear that the instructions contained did not work. --- compose/reference/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/reference/build.md b/compose/reference/build.md index 92bc6ad73c..c4cb3df5e6 100644 --- a/compose/reference/build.md +++ b/compose/reference/build.md @@ -7,7 +7,7 @@ notoc: true --- ```none -Usage: build [options] [--build-arg key=val...] [SERVICE...] +Usage: docker-compose build [options] [--build-arg key=val...] [SERVICE...] Options: --build-arg key=val Set build-time variables for services.