From 550088a26ac34dd1cea446db6521303bebeb4e7e Mon Sep 17 00:00:00 2001 From: Toshiaki Maki Date: Tue, 17 Sep 2024 17:33:31 +0900 Subject: [PATCH] Remove `QUERY_ENABLED` environment variable in Dockerfile (#15) query is now available --- docker/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 284492c..d235aa6 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -49,8 +49,5 @@ LABEL org.opencontainers.image.source=https://github.com/openzipkin-contrib/zipk ARG module=otel COPY --from=install --chown=${USER} /install/* /zipkin/${module} -# Readback is currently not supported -ENV QUERY_ENABLED false - # * Active profile typically corresponds $1 in module/src/main/resources/zipkin-server-(.*).yml ENV MODULE_OPTS="-Dloader.path=${module} -Dspring.profiles.active=${module}" \ No newline at end of file