Merge pull request #210 from mclark4386/patch-1

Add docker-compose file for easy setup
pull/211/head
Patricio Gonzalez Vivo 6 years ago committed by GitHub
commit 4e36fe2692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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