Skip to content

Commit

Permalink
fixing container name nit - quote service (open-telemetry#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartersocha committed Jan 21, 2023
1 parent 5510ecd commit b11d4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ services:
# Quote service
quoteservice:
image: ${IMAGE_NAME}:${IMAGE_VERSION}-quoteservice
container_name: quoteservice
container_name: quote-service
build:
context: ./
dockerfile: ./src/quoteservice/Dockerfile
Expand Down

0 comments on commit b11d4e3

Please sign in to comment.