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

Commit

Permalink
Update Zipkin deployment exampe
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Nov 21, 2017
1 parent 3bd913a commit ba362a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose-zipkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ services:
- /tmp:rw,noexec,nosuid
environment:
- reschedule=on-node-failure
- ZIPKIN=zipkin
- ZIPKIN_HOST=zipkin
- ZIPKIN_ENABLED=true
ports:
- "8080:80"
zipkin:
Expand Down

0 comments on commit ba362a4

Please sign in to comment.