use nginx with caching for nextcloud fpm

This commit is contained in:
2018-03-12 22:40:03 -04:00
parent 978e2cf56d
commit 3ed65eefe9
11 changed files with 167 additions and 63 deletions

View File

@@ -1,4 +1,3 @@
FROM nextcloud:13
FROM nextcloud:13-fpm
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*