Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
We use ZIPKIN_HOST now, as ZIPKIN did not work same as in Go apps…
Browse files Browse the repository at this point in the history
…, so Java apps are gonna have to be different
  • Loading branch information
errordeveloper committed Nov 21, 2017
1 parent 1605a1d commit 3bc598a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-zipkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- /tmp:rw,noexec,nosuid
environment:
- reschedule=on-node-failure
- ZIPKIN=zipkin
- ZIPKIN_HOST=zipkin
- ZIPKIN_ENABLED=true
ports:
- "8081:80"
Expand Down

0 comments on commit 3bc598a

Please sign in to comment.