Merge pull request #210 from mclark4386/patch-1

Add docker-compose file for easy setup
This commit is contained in:
Patricio Gonzalez Vivo 2018-01-30 17:27:17 +00:00 committed by GitHub
commit 4e36fe2692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
docker-compose.yml Normal file
View File

@ -0,0 +1,6 @@
web:
image: php:7.0-apache
volumes:
- .:/var/www/html/
ports:
- "8000:80"