add comment
All checks were successful
build container icinga2 / build (push) Successful in 2m28s

This commit is contained in:
2025-01-30 18:25:37 +01:00
parent 16be71c3a8
commit bf070781b3

View File

@@ -43,5 +43,7 @@ EXPOSE 5665
VOLUME ["/data"]
WORKDIR /data
USER root
## run init.sh always!
ENTRYPOINT [ "bash", "/root/init.sh" ]
CMD [ "/usr/sbin/icinga2", "daemon" ]