From 732537eabae3e3a4124316ba70fd76283177bbf4 Mon Sep 17 00:00:00 2001 From: ksurl Date: Wed, 1 Jun 2022 16:52:37 -0700 Subject: [PATCH] add chown warning --- docs/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/install.md b/docs/install.md index ed741231..595bbd9f 100644 --- a/docs/install.md +++ b/docs/install.md @@ -269,6 +269,8 @@ services: restart: unless-stopped ``` +If using a non-root user when running the docker version, be sure to chown the server.yml, user.db, and cache.db files to the same uid/gid. + Alternatively, you may wish to build a customized Docker image that can be run with fewer command-line arguments and without delivering the configuration file separately. ``` FROM binwiederhier/ntfy