From f1933da7fb4a03857fe267af1e24064f3e16bf3a Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Mon, 27 May 2024 12:36:58 +0200 Subject: [PATCH] Recommend an alternative to mounting below /data/.../icinga2 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a18bde..8083fc7 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ of `~icinga/.msmtprc` via the environment variable `MSMTPRC`. **Don't mount volumes under `/data/etc/icinga2` or `/data/var/*/icinga2`** unless `/data` already contains all of these directories! Otherwise `/data` will stay incomplete, i.e. broken. +At best run a so-called init container first, with only `/data` mounted. +It will properly initialize `/data` if empty. ### Environment variables