Skip to content

Commit 51c84f8

Browse files
committed
Set the default nginx user/group at compile time.
1 parent 1cfaeb6 commit 51c84f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ RUN \
111111
--http-scgi-temp-path=/var/tmp/nginx/scgi \
112112
--with-perl_modules_path=/usr/lib/perl5/vendor_perl \
113113
\
114-
--user=nginx \
115-
--group=nginx \
114+
--user=app \
115+
--group=app \
116116
--with-threads \
117117
--with-file-aio \
118118
\

0 commit comments

Comments
 (0)