mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Fix docs on default build image name
150fd4b8cfa39726e68c12fc0fd45ac4e0f20c5f changed the default separator from _ to -, but the docker compose build docs still mention _. Signed-off-by: Sebastian Correa <43179146+sebastian-correa@users.noreply.github.com>
This commit is contained in:
parent
897d239fcb
commit
0191e69d5b
@ -23,7 +23,7 @@ Build or rebuild services
|
||||
|
||||
## Description
|
||||
|
||||
Services are built once and then tagged, by default as `project_service`.
|
||||
Services are built once and then tagged, by default as `project-service`.
|
||||
|
||||
If the Compose file specifies an
|
||||
[image](https://github.com/compose-spec/compose-spec/blob/master/spec.md#image) name,
|
||||
|
@ -1,7 +1,7 @@
|
||||
command: docker compose build
|
||||
short: Build or rebuild services
|
||||
long: |-
|
||||
Services are built once and then tagged, by default as `project_service`.
|
||||
Services are built once and then tagged, by default as `project-service`.
|
||||
|
||||
If the Compose file specifies an
|
||||
[image](https://github.com/compose-spec/compose-spec/blob/master/spec.md#image) name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user