From d012912572e63ef2e286dc44a68c93904caa092d Mon Sep 17 00:00:00 2001
From: anima
Date: Sat, 22 Feb 2025 20:56:21 +0100
Subject: [PATCH] add timesync between host and container
---
compose.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/compose.yml b/compose.yml
index 35a30bb..f52f337 100644
--- a/compose.yml
+++ b/compose.yml
@@ -61,6 +61,7 @@ services:
restart: always
volumes:
- ./files/icinga2:/data
+ - /etc/localtime:/etc/localtime:ro
ports:
- ${ICINGA_API_PORT:-5665}:5665 # only need if you plan to use api from other sources as icingaweb2
networks: