Commit a77406e8 authored by dhevanthareza's avatar dhevanthareza

remove unused and add log

parent f54af715
......@@ -4,5 +4,4 @@ RUN apt-get update -y && apt-get install -y libpng-dev zlib1g-dev
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
RUN docker-php-ext-install gd
RUN a2enmod rewrite
RUN service apache2 restart
......@@ -10,4 +10,5 @@ services:
- 4005:80
volumes:
- ./:/var/www/html/
- ./apache/default.conf:/etc/apache2/sites-enabled/000-default.conf
\ No newline at end of file
- ./apache/conf/default.conf:/etc/apache2/sites-enabled/000-default.conf
- ./apache/logs:/var/log/apache2
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment