fix
This commit is contained in:
parent
d5ccea6fc3
commit
02d4b5ab13
1 changed files with 3 additions and 3 deletions
|
@ -128,8 +128,8 @@ RUN adduser prometheus-wireguard-exporter -s /bin/sh -D -u 1000 1000 && \
|
|||
echo 'prometheus-wireguard-exporter ALL=(root) NOPASSWD:/usr/bin/wg show * dump' > /etc/sudoers.d/prometheus-wireguard-exporter && \
|
||||
chmod 0440 /etc/sudoers.d/prometheus-wireguard-exporter
|
||||
RUN apk add --update -q --no-cache wireguard-tools-wg sudo
|
||||
#USER prometheus-wireguard-exporter
|
||||
USER root
|
||||
USER prometheus-wireguard-exporter
|
||||
#USER root
|
||||
ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/prometheus_wireguard_exporter"]
|
||||
#CMD [ "-a" ]
|
||||
CMD [ "-a" ]
|
||||
COPY --from=build --chown=prometheus-wireguard-exporter /tmp/binary ./prometheus_wireguard_exporter
|
||||
|
|
Loading…
Reference in a new issue