feat: uses php-fpm & nginx instead of php-apache
This commit is contained in:
@@ -7,5 +7,5 @@ RUN apt-get update && \
|
||||
docker-php-ext-install ldap
|
||||
|
||||
COPY --chown=www-data:www-data . /var/www
|
||||
COPY ./bash/vhost.conf /etc/apache2/sites-enabled/vhost.conf
|
||||
COPY bash/nginx.conf /etc/apache2/sites-enabled/vhost.conf
|
||||
RUN rm /etc/apache2/sites-enabled/000-default.conf
|
||||
|
||||
Reference in New Issue
Block a user