Browse Source

fix default apache site not being removed

pull/7/head
Mar Alegre 3 years ago
parent
commit
533e6cbab4
  1. 3
      nextcloud/Containerfile

3
nextcloud/Containerfile

@ -78,8 +78,7 @@ RUN a2enmod rewrite headers env dir mime proxy_fcgi && \
# copy site config # copy site config
COPY assets/apache/nextcloud.conf /etc/apache2/sites-available/ COPY assets/apache/nextcloud.conf /etc/apache2/sites-available/
WORKDIR /etc/apache2/sites-enabled RUN a2dissite 000-default && a2ensite nextcloud
RUN rm 000-default.conf && ln -s ../sites-available/nextcloud.conf
### ###
### Redis ### Redis

Loading…
Cancel
Save