Containerizing Apache, MySQL and PHP With Docker
问题 I've been searching the web and reading manuals and I just can't seem to get my head around what is wrong with my Docker setup. The Goal To container-ize Apache, PHP and MySQL allowing them to be customized on a per-project basis. The only dependency to deploy the stack should be docker. All other dependencies / actions should be able to be able to be built / run via Dockerfile . The Proof of Concept From my Apache + MySQL + PHP stack via docker-compose.yml file - I'd like to target an index