/nginx-with-php-docker-compose-example

Simple example how to setup nginx server with php support with docker compose

Primary LanguageHTML

Docker-Compose Example with nginx and php

Startup

Download repository and type in:

# starts the services 
docker-compose up -d

Place your websitecontent with *.php or *.html files into the sites/ directory.


Shutdown

To stop the service and delete the images type in:

docker-compose down --rmi all