Skip to content

Commit f426e64

Browse files
committedSep 27, 2023
Add warning comment about changing the default user name and group name
1 parent 4867db0 commit f426e64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎docker/rootfs/bin/common.sh

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ export CYAN BLUE YELLOW RED RESET
1212
PUID=${PUID:-0}
1313
PGID=${PGID:-0}
1414

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
1519
NPMUSER=npm
1620
NPMGROUP=npm
1721
NPMHOME=/tmp/npmuserhome

0 commit comments

Comments
 (0)
Please sign in to comment.