Go to file
Tim de Pater e9ed481eaa Added links to Docker Hub containers 2016-02-18 09:23:59 +01:00
fpm Changed containers to have all the data included and don't mount any volumes 2016-02-16 10:13:29 +01:00
nginx Changed containers to have all the data included and don't mount any volumes 2016-02-16 10:13:29 +01:00
src Intial commit 2016-02-15 18:20:56 +01:00
Dockerfile Changed containers to have all the data included and don't mount any volumes 2016-02-16 10:13:29 +01:00
README.md Added links to Docker Hub containers 2016-02-18 09:23:59 +01:00
docker-compose.yml Changed containers to have all the data included and don't mount any volumes 2016-02-16 10:13:29 +01:00

README.md

Docker PHP-FPM & Nginx setup

Example PHP-FPM & Nginx setup for Docker using docker-compose.

Usage

Add this to your hosts file:

127.0.0.1 docker-app.dev

Start the Docker containers:

docker-compose up

See the PHP info on http://docker-app.dev

Docker Hub

The containers can be found on the Docker hub:

Resources & inspiration

https://ejosh.co/de/2015/09/how-to-link-docker-containers-together

https://github.com/johanan/Ansible-and-Docker