Skip to content

Commit

Permalink
Issue #119 - fix NAME parameter in nut-upsd (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
instantlinux committed Aug 21, 2023
1 parent 2887102 commit e971c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/nut-upsd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV API_USER=upsmon \
SERVER=master \
USER=nut \
VENDORID=
HEALTHCHECK CMD upsc ups@localhost:3493 2>&1|grep -q stale && exit 1 || true
HEALTHCHECK CMD upsc $$NAME@localhost:3493 2>&1|grep -q stale && exit 1 || true

RUN apk add --update nut=$NUT_VERSION \
libcrypto1.1 libssl1.1 libusb musl net-snmp-libs
Expand Down

0 comments on commit e971c64

Please sign in to comment.