default-php-site a simple default site that we use to create a new website There is also a docker image that you can compile and run: docker build -t <name_that_you_want> . docker run -d -p 80:80 <name_that_you_want>