Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Commit

Permalink
Add docker-compose file for unit testing only
Browse files Browse the repository at this point in the history
  • Loading branch information
emulienfou committed Feb 16, 2017
1 parent aeb7b77 commit 55223d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: '2'
services:
phpfarm:
container_name: dwoo
image: splitbrain/phpfarm:jessie
volumes:
- ./:/usr/src/dwoo

0 comments on commit 55223d0

Please sign in to comment.