feat: Change Nextcloud to use FPM

This commit is contained in:
2021-02-22 09:58:58 +01:00
parent a258c6522d
commit 83d4d3ebac
4 changed files with 194 additions and 12 deletions

3
nextcloud/web/Dockerfile Normal file
View File

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