Skip to content

Commit

Permalink
Merge pull request #3 from azizur/setup-docker-image
Browse files Browse the repository at this point in the history
Setup Docker Environment for easy development testing
  • Loading branch information
azizur committed Mar 6, 2016
2 parents 875f738 + 9294093 commit 73b3528
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
web:
image: wordpress
links:
- db:mysql
ports:
- 8080:80
volumes:
- .:/var/www/html/wp-content/plugins/arabic-ligature

db:
image: mariadb
environment:
MYSQL_ROOT_PASSWORD: password

0 comments on commit 73b3528

Please sign in to comment.