add healthcheck to portainer

This commit is contained in:
2018-10-27 09:28:44 -04:00
parent b72a506e7f
commit 72856026cd
4 changed files with 11 additions and 5 deletions

View File

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