Signed-off-by: J0WI <J0WI@users.noreply.github.com>pull/538/head
parent
b6b83ba7ea
commit
aa5c0c1929
@ -1,3 +1,3 @@
|
||||
FROM nextcloud:fpm
|
||||
FROM nextcloud:fpm-alpine
|
||||
|
||||
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
FROM nginx
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
FROM nginx
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
FROM nginx
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
FROM nginx
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
FROM nextcloud:fpm
|
||||
FROM nextcloud:fpm-alpine
|
||||
|
||||
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
FROM nginx
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
FROM nginx
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
FROM nginx
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
Loading…
Reference in new issue