Specify the env var for the influx host

pull/10616/head
Andrew Watkins 2016-09-22 13:27:03 -07:00
parent 6e070823a8
commit 0f9cb6aef7
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ RUN apk add --update ca-certificates && \
ADD mrfusion /mrfusion
CMD ["/mrfusion"]
CMD ["/mrfusion --server $INFLUX_HOST"]