Skip to content

Commit 843aedf

Browse files
committed
xdock java depend on agent
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
1 parent 141a91e commit 843aedf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crossdock/docker-compose.yml

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ services:
3737
image: jaegertracing/xdock-java
3838
ports:
3939
- "8080-8082"
40+
depends_on:
41+
# UDP sender needs to know agent's address
42+
- jaeger-agent
4043

4144
python:
4245
image: jaegertracing/xdock-py

0 commit comments

Comments
 (0)