update sslproxy host for nextcloud

add healthcheck to nextcloud containers.
This commit is contained in:
2018-11-02 06:53:20 -04:00
parent 05b49ce49f
commit 41b35c8689
5 changed files with 27 additions and 12 deletions

View File

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