nextcloud/Dockerfile
Sebastian Hugentobler a7e1e8f87e start of next version
2018-01-29 22:07:48 +01:00

21 lines
388 B
Docker

FROM registry.gitlab.com/thallian/docker-php7-fpm:master
ENV FPMUSER nginx
ENV FPMGROUP nginx
RUN apk add --no-cache \
nginx \
postgresql-client \
nextcloud \
nextcloud-user_ldap \
nextcloud-pgsql
RUN chown -R nginx:nginx /var/lib/nextcloud
RUN chown -R nginx:nginx /usr/share/webapps/nextcloud
RUN mkdir /run/nginx
ADD /rootfs /
VOLUME /var/lib/nextcloud/data