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

Commit 3bc598a

Browse files
We use ZIPKIN_HOST now, as ZIPKIN did not work same as in Go apps, so Java apps are gonna have to be different
1 parent 1605a1d commit 3bc598a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docker-compose-zipkin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- /tmp:rw,noexec,nosuid
1515
environment:
1616
- reschedule=on-node-failure
17-
- ZIPKIN=zipkin
17+
- ZIPKIN_HOST=zipkin
1818
- ZIPKIN_ENABLED=true
1919
ports:
2020
- "8081:80"

0 commit comments

Comments
 (0)