jyn282
jyn282
yes, I think so, I didn't change docker-compose.yml nor DockerFile. That means ```results``` and ```configs``` folers were mounted to ```/var/www/html/results ``` and ```/var/www/html/config ``` , is that right? I made...
Thank you for the quick reply. I tried as follows. Dockerfile ``` FROM php:7.0-apache COPY ./ /var/www/html/ ``` docker-compose.yml ``` version: '2' services: webmushra: build: context: . dockerfile: Dockerfile volumes:...
@faroit, I pushed this job for a while and recently get back to this work. To begin with the conclusion, I solved this problem. It turns out a permission problem....