fix var for port
This commit is contained in:
@@ -187,10 +187,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./files/icinga2:/data
|
- ./files/icinga2:/data
|
||||||
ports:
|
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:
|
networks:
|
||||||
- icinga
|
- icinga
|
||||||
#- backend
|
|
||||||
environment:
|
environment:
|
||||||
# REMOVE VARS HERE IF YOU EDIT THE CONFIG DIRECTLY!!
|
# REMOVE VARS HERE IF YOU EDIT THE CONFIG DIRECTLY!!
|
||||||
# The variables are primarily for the initial setup, later editing is recommended directly in the icinga config.
|
# The variables are primarily for the initial setup, later editing is recommended directly in the icinga config.
|
||||||
|
|||||||
Reference in New Issue
Block a user