Go to file
Tim de Pater 6003117145 Removed sudo: false from Travis.yml, doesn't have any effect 2016-02-24 11:34:24 +01:00
config Removed sudo: false from Travis.yml, doesn't have any effect 2016-02-24 11:34:24 +01:00
src Rewrote the example setup to have only one Docker container 2016-02-24 11:08:50 +01:00
.travis.yml Removed sudo: false from Travis.yml, doesn't have any effect 2016-02-24 11:34:24 +01:00
Dockerfile Rewrote the example setup to have only one Docker container 2016-02-24 11:08:50 +01:00
README.md Rewrote the example setup to have only one Docker container 2016-02-24 11:08:50 +01:00

README.md

Docker PHP-FPM & Nginx setup

Example PHP-FPM 7 & Nginx 1.9 setup for Docker

Usage

Start the Docker containers:

sudo docker run -p 80:80 trafex/php-nginx

See the PHP info on http://localhost, or the static html page on http://localhost/test.html

Resources & inspiration

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

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