correctly set ldap password

This commit is contained in:
Sebastian Hugentobler 2018-01-30 10:56:04 +01:00
parent 6b633189b7
commit 2bd9546f47
2 changed files with 7 additions and 2 deletions

View file

@ -10,9 +10,12 @@ RUN apk add --no-cache \
nextcloud-user_ldap \
nextcloud-files_sharing \
nextcloud-files_texteditor \
nextcloud-files_pdfviewer \
nextcloud-theming \
nextcloud-pgsql \
php7-opcache \
php7-pcntl
php7-pcntl \
php7-imagick
RUN chown -R nginx:nginx /var/lib/nextcloud
RUN chown -R nginx:nginx /etc/nextcloud