Revert "fix"

This reverts commit a7c9ca3f2f.
This commit is contained in:
2023-08-27 17:53:19 +02:00
parent a9f9747019
commit 73a0bfffe5
9 changed files with 131 additions and 46 deletions

View File

@@ -44,6 +44,11 @@ RUN set -ex && \
EXPOSE 8125/udp 8092/udp 8094
COPY entrypoint.sh /entrypoint.sh
COPY settings.sh /settings.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["telegraf"]
# Labels
LABEL \
io.hass.name="${BUILD_NAME}" \