Skip to content

Commit 0191e69

Browse files
sebastian-correandeloof
authored andcommitted
Fix docs on default build image name
150fd4b changed the default separator from _ to -, but the docker compose build docs still mention _. Signed-off-by: Sebastian Correa <[email protected]>
1 parent 897d239 commit 0191e69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/compose_build.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Build or rebuild services
2323

2424
## Description
2525

26-
Services are built once and then tagged, by default as `project_service`.
26+
Services are built once and then tagged, by default as `project-service`.
2727

2828
If the Compose file specifies an
2929
[image](https://github.com/compose-spec/compose-spec/blob/master/spec.md#image) name,

docs/reference/docker_compose_build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
command: docker compose build
22
short: Build or rebuild services
33
long: |-
4-
Services are built once and then tagged, by default as `project_service`.
4+
Services are built once and then tagged, by default as `project-service`.
55
66
If the Compose file specifies an
77
[image](https://github.com/compose-spec/compose-spec/blob/master/spec.md#image) name,

0 commit comments

Comments
 (0)