From 3c6f49ae31c084cb3be01a7974d68ef9d8fd18a7 Mon Sep 17 00:00:00 2001
From: anima
Date: Sun, 2 Feb 2025 23:01:00 +0100
Subject: [PATCH] fix var for port
---
compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compose.yml b/compose.yml
index deca3e5..35a30bb 100644
--- a/compose.yml
+++ b/compose.yml
@@ -62,7 +62,7 @@ services:
volumes:
- ./files/icinga2:/data
ports:
- - ${ICINGA_API_PORT: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