Skip to content

Commit

Permalink
fix: emailservice docker compose image (open-telemetry#1630)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Tessier <[email protected]>
  • Loading branch information
2 people authored and ahealy-newr committed Jul 24, 2024
1 parent 15211aa commit d6c9119
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 @@ -190,7 +190,7 @@ services:

# Email service
emailservice:
image: demo/emailservice-contrib:latest
image: ${IMAGE_NAME}:${DEMO_VERSION}-emailservice
container_name: email-service
build:
context: ./
Expand Down

0 comments on commit d6c9119

Please sign in to comment.