fix var for port

This commit is contained in:
2025-02-02 23:01:00 +01:00
parent f224e974b0
commit 3c6f49ae31

View File

@@ -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