nextcloud config from configmap

This commit is contained in:
2021-08-20 11:45:44 +02:00
parent 455f519fca
commit 8fc6757dbd
4 changed files with 56 additions and 53 deletions

View File

@@ -15,7 +15,7 @@ RUN apt-get clean -y && \
RUN touch /usr/src/nextcloud/data/.ocdata
COPY config.php /usr/src/nextcloud/config/
#COPY htaccess-data /usr/src/nextcloud/data/.htaccess
COPY apache-default-vhost.conf /etc/apache2/sites-available/000-default.conf
#COPY apache-default-vhost.conf /etc/apache2/sites-available/000-default.conf
RUN mv /usr/src/nextcloud/.htaccess /usr/src/nextcloud/.htaccess.bak
RUN mv /usr/src/nextcloud/config/.htaccess /usr/src/nextcloud/config/.htaccess.bak