Преглед на файлове

Add warning comment about changing the default user name and group name

FibreTTP преди 2 години
родител
ревизия
f426e64569
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      docker/rootfs/bin/common.sh

+ 4 - 0
docker/rootfs/bin/common.sh

@@ -12,6 +12,10 @@ export CYAN BLUE YELLOW RED RESET
 PUID=${PUID:-0}
 PGID=${PGID:-0}
 
+# If changing the username and group name below,
+# ensure all references to this user is also changed.
+# See docker/rootfs/etc/logrotate.d/nginx-proxy-manager
+# and docker/rootfs/etc/nginx/nginx.conf
 NPMUSER=npm
 NPMGROUP=npm
 NPMHOME=/tmp/npmuserhome