all three containers works with alpine and user are configured
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
# inception modifications :
|
||||
#
|
||||
# user :
|
||||
# < user www-data
|
||||
# > user nginx
|
||||
|
||||
# /etc/nginx/nginx.conf
|
||||
|
||||
user nginx;
|
||||
user www-data;
|
||||
|
||||
# Set number of worker processes automatically based on number of CPU cores.
|
||||
worker_processes auto;
|
||||
|
||||
Reference in New Issue
Block a user