Skip to content

Commit

Permalink
chore: add default dsn
Browse files Browse the repository at this point in the history
  • Loading branch information
dhawal1248 committed Oct 11, 2023
1 parent eb598f3 commit 3023dce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/signozcollectormigrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ USER ${USER_UID}
# copy the binaries from the multi-stage build
COPY .build/${TARGETOS}-${TARGETARCH}/signoz-collector-migrator /signoz-collector-migrator

# run the binary as the entrypoint and pass the default config file as a flag
# run the binary as the entrypoint and pass the default dsn as a flag
ENTRYPOINT [ "/signoz-collector-migrator" ]
CMD ["--dsn", "tcp://host.docker.internal:9000"]

0 comments on commit 3023dce

Please sign in to comment.