Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
use different echo server instead of httpbin
Browse files Browse the repository at this point in the history
  • Loading branch information
jtl-novatec committed May 7, 2024
1 parent 124ce3a commit ae1cfd4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ services:
ports:
- 5000:5000

httpbin:
image: kennethreitz/httpbin
echo:
image: ealen/echo-server:0.9.2
expose:
- 6000
environment:
PORT: 6000

tutorial:
image: ghcr.io/jensereal/otel-getting-started-tutorial:latest
Expand Down

0 comments on commit ae1cfd4

Please sign in to comment.