add timesync between host and container

This commit is contained in:
2025-02-22 20:56:21 +01:00
parent ee48ad39dd
commit d012912572

View File

@@ -61,6 +61,7 @@ services:
restart: always restart: always
volumes: volumes:
- ./files/icinga2:/data - ./files/icinga2:/data
- /etc/localtime:/etc/localtime:ro
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: