From eb75597ef17ebe2a858edf1f60d25dd49c314bba Mon Sep 17 00:00:00 2001 From: Jerry Aldrich Date: Thu, 15 Apr 2021 20:40:09 -0700 Subject: [PATCH] Add note warning Docker users (outside of k8s) --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 68f8f19..fe8b5da 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,6 +4,8 @@ set -e DATADIR="/srv/znc" +# This pattern is used because ZNC needs to write to this config, but k8s +# mounts secrets as read-only. Sorry normal Docker users... mkdir -p $DATADIR/configs cp /bootstrap/configs/znc.conf $DATADIR/configs/znc.conf