mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
7 lines
251 B
Docker
7 lines
251 B
Docker
FROM jaegertracing/all-in-one:1.62.0
|
|
HEALTHCHECK \
|
|
--interval=1s \
|
|
--timeout=1s \
|
|
--start-period=1s \
|
|
--retries=60 \
|
|
CMD wget -q --header='Content-Type:application/json' -O - http://localhost:14269/health | grep "Server available"
|