0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-17 00:24:47 +02:00

Use Alpine Linux in examples and use default user

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: marceljd <support@dihosting.ch>
This commit is contained in:
J0WI 2018-11-15 15:49:33 +01:00 committed by marceljd
parent bbac334a0b
commit c3ab1f5a25
27 changed files with 22 additions and 29 deletions

View file

@ -1,3 +1,3 @@
FROM nginx
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf

View file

@ -1,4 +1,3 @@
user www-data;
worker_processes 1;
error_log /var/log/nginx/error.log warn;