1
0
mirror of https://github.com/Nardo86/nut-docker.git synced 2025-02-15 19:20:40 +01:00
nut-docker/Dockerfile
Eros Nardi ca8f7a7acd 0
2021-01-02 16:54:47 +01:00

15 lines
210 B
Docker

FROM debian
ENV NAME myups
ENV DRIVER usbhid-ups
ENV PORT auto
ENV POLLFREQ 5
ENV DESC UPS
RUN apt-get update && apt-get -y install nut-server
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]
EXPOSE 3493