mirror of
https://github.com/sberk42/fritzbox_exporter.git
synced 2026-05-17 14:57:15 +00:00
Add CMD tag for simplified execution
This commit is contained in:
committed by
GitHub
parent
238b68fbd3
commit
0d2642e304
@@ -11,3 +11,4 @@ COPY --from=builder /go/bin/fritzbox_exporter .
|
||||
COPY metrics.json metrics-lua.json ./
|
||||
EXPOSE 9042
|
||||
ENTRYPOINT [ "./fritzbox_exporter" ]
|
||||
CMD ./fritzbox_exporter -username $USERNAME -password $PASSWORD -gateway-url ${GATEWAY_URL} -listen-address ${LISTEN_ADDRESS}
|
||||
|
||||
Reference in New Issue
Block a user