Add note warning Docker users (outside of k8s)

main
Jerry Aldrich 4 years ago
parent e611505f03
commit eb75597ef1
  1. 2
      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

Loading…
Cancel
Save