Skip to content

Commit

Permalink
Fix docs on default build image name
Browse files Browse the repository at this point in the history
150fd4b 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>
  • Loading branch information
sebastian-correa authored and ndeloof committed Mar 22, 2024
1 parent 897d239 commit 0191e69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/compose_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/docker_compose_build.yaml
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 0191e69

Please sign in to comment.