add var for icinga port

This commit is contained in:
2025-02-02 19:32:14 +01:00
parent 6660b0c868
commit 3004579640

View File

@@ -187,7 +187,7 @@ services:
volumes:
- ./files/icinga2:/data
ports:
- 5665:5665 # only need if you plan to use api from other sources as icingaweb2
- ${ICINGA_API_PORT:5665}:5665 # only need if you plan to use api from other sources as icingaweb2
networks:
- icinga
#- backend