From 30045796401cd86878e5163242bf69cea4af05be Mon Sep 17 00:00:00 2001
From: anima
Date: Sun, 2 Feb 2025 19:32:14 +0100
Subject: [PATCH] add var for icinga port
---
compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compose.yml b/compose.yml
index 5988aed..e028c0a 100644
--- a/compose.yml
+++ b/compose.yml
@@ -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