We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e795b commit 761cce5Copy full SHA for 761cce5
cmd/signozcollector/Dockerfile
@@ -16,10 +16,6 @@ COPY .build/${TARGETOS}-${TARGETARCH}/signoz-collector /signoz-collector
16
17
# copy the config and migration files
18
COPY config/default-config.yaml /etc/otel/config.yaml
19
-COPY exporter/clickhousetracesexporter/migrations /migrations
20
-COPY exporter/clickhouselogsexporter/migrations /logsmigrations
21
-
22
-ENV LOG_MIGRATIONS_FOLDER="/logsmigrations"
23
24
# expose OTLP ports for the collector
25
EXPOSE 4317 4318
0 commit comments