From a55a72b704c7d40b003768747b84410f34d040cb Mon Sep 17 00:00:00 2001
From: anima
Date: Sat, 22 Feb 2025 20:55:45 +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 7d8b2e9..6596131 100644
--- a/compose.yml
+++ b/compose.yml
@@ -7,6 +7,7 @@ services:
- 5665:5665
volumes:
- ./files:/data
+ - /etc/localtime:/etc/localtime:ro
environment:
ICINGA2_JOIN_TICKET: ${ICINGA_JOIN_TICKET}
ICINGA2_PARENT_HOST: ${ICINGA_PARENT_HOST:-icinga.example.com}