Files
provisioning/dockerfiles/services/nextcloud/Dockerfile-mono
Richard Morgan 41b35c8689 update sslproxy host for nextcloud
add healthcheck to nextcloud containers.
2018-11-02 06:53:20 -04:00

7 lines
173 B
Plaintext
Executable File

FROM nextcloud:14-apache
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*
#COPY php/errorlog.conf /usr/local/etc/php-fpm.d/errorlog.conf