mirror of
https://github.com/sberk42/fritzbox_exporter.git
synced 2026-05-16 14:27:02 +00:00
Define ENTRYPOINT according to exec format
This commit is contained in:
committed by
GitHub
parent
9e1b95bad0
commit
238b68fbd3
@@ -11,5 +11,3 @@ 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
|
||||
ENTRYPOINT ./fritzbox_exporter -gateway-url ${GWURL} -password ${PASSWORD} -username ${USERNAME} -listen-address ${LISTEN_ADDRESS}
|
||||
|
||||
Reference in New Issue
Block a user