Test command change because metrics endpoint is not available.
This commit is contained in:
@@ -10,5 +10,5 @@ RUN apk update && apk upgrade && apk add --no-cache libusb apcupsd
|
||||
COPY apc-deamon.conf /etc/apcupsd/apcupsd.conf
|
||||
COPY --from=build /go/bin/apcupsd_exporter /sbin/apcupsd_exporter
|
||||
EXPOSE 9162 3551/tcp 3551/udp
|
||||
CMD /sbin/apcupsd_exporter -apcupsd.addr localhost:3551 &
|
||||
ENTRYPOINT /sbin/apcupsd -b
|
||||
ENTRYPOINT /sbin/apcupsd -b
|
||||
CMD /sbin/apcupsd_exporter -apcupsd.addr localhost:3551 &
|
||||
Reference in New Issue
Block a user