We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4867db0 commit f426e64Copy full SHA for f426e64
docker/rootfs/bin/common.sh
@@ -12,6 +12,10 @@ export CYAN BLUE YELLOW RED RESET
12
PUID=${PUID:-0}
13
PGID=${PGID:-0}
14
15
+# If changing the username and group name below,
16
+# ensure all references to this user is also changed.
17
+# See docker/rootfs/etc/logrotate.d/nginx-proxy-manager
18
+# and docker/rootfs/etc/nginx/nginx.conf
19
NPMUSER=npm
20
NPMGROUP=npm
21
NPMHOME=/tmp/npmuserhome
0 commit comments