1
0
Эх сурвалжийг харах

Merge pull request #594 from jpbaril/patch-1

Elements requiring chown to run non-root Docker
Philipp C. Heckel 3 жил өмнө
parent
commit
295bad59bb
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      docs/install.md

+ 1 - 1
docs/install.md

@@ -287,7 +287,7 @@ 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.
+If using a non-root user when running the docker version, be sure to chown the server.yml, user.db, and cache.db files and attachments directory 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.
 ```