docker-for-local-development
docker-for-local-development copied to clipboard
This project provides a basic Docker setup, for building a local development environment for Zend Expressive, and other PHP application development.
I am using this and it generally works well! However rather than use `http://localhost:8080` to access the container in the browser i'd like to use a custom hostname e.g `docker.backend`...
Currently getting error on spin up to say that ./docker/nginx/default.conf is trying to mount a file to a folder. The definition of the nginx services path to the nginx config...
When I run the command `docker-compose up -d` I get this error : **ERROR: for php Cannot create container for service php: An error occured while sharing drive ERROR: Encountered...
regarding issue #9
How do we solve that ?