inital version
Some checks failed
build container icinga2 / deploy (push) Failing after 11s

This commit is contained in:
2025-01-29 22:29:09 +01:00
parent 789677a0f0
commit 7026255b98

View File

@@ -35,7 +35,7 @@ RUN ["bash", "-exo", "pipefail", "-c", "\
mv /usr/lib/nagios/plugins /data-init/ ; \
ln -vs /data/etc/icinga2 /etc/icinga2 ; \
ln -vs /data/var/icinga2 /var/lib/icinga2 ; \
ln -vs /data/plugins /usr/lib/nagios/plugins ; \ "]
ln -vs /data/plugins /usr/lib/nagios/plugins "]
COPY init.sh /root/init.sh