Skip to content

Commit

Permalink
Add statsd options from env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisMontagne committed Mar 22, 2016
1 parent 61aa5c4 commit 80edac3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ ADD https://github.com/upfluence/vulcand-auth/releases/download/v0.0.3/vulcand-l
RUN chmod +x /vulcand

CMD /vulcand -logSeverity=INFO -etcd="http://172.17.42.1:4001" \
-sealKey=${SEAL_KEY:-""}
-sealKey=${SEAL_KEY:-""} -statsdAddr=${STATSD_URL:-""} \
-statsdPrefix=${STATSD_PREFIX:-""}

0 comments on commit 80edac3

Please sign in to comment.