Skip to content

Commit

Permalink
Create docker-compose-wsl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiekens authored and JeroenBoersma committed Jul 23, 2018
1 parent 234cdc9 commit 6da26d8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker-compose-wsl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: '2'

services:
php:
volumes:
- /c/workspace:/data
php5:
volumes:
- /c/workspace:/data
php71:
volumes:
- /c/workspace:/data
php72:
volumes:
- /c/workspace:/data
web:
volumes:
- /c/workspace:/data:ro

0 comments on commit 6da26d8

Please sign in to comment.