mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2024-11-11 09:28:14 +08:00
21 lines
450 B
Markdown
21 lines
450 B
Markdown
|
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
|
||
|
|
||
|
Resources & inspiration
|
||
|
-----------------------
|
||
|
https://ejosh.co/de/2015/09/how-to-link-docker-containers-together
|
||
|
https://github.com/johanan/Ansible-and-Docker
|