Skip to content

Commit

Permalink
Merge pull request #210 from mclark4386/patch-1
Browse files Browse the repository at this point in the history
Add docker-compose file for easy setup
  • Loading branch information
patriciogonzalezvivo committed Jan 30, 2018
2 parents df50b94 + 1221cf1 commit 4e36fe2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
@@ -0,0 +1,6 @@
web:
image: php:7.0-apache
volumes:
- .:/var/www/html/
ports:
- "8000:80"

0 comments on commit 4e36fe2

Please sign in to comment.