Skip to content

Commit

Permalink
Update docker-compose to the v2 syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
nubs committed Apr 22, 2016
1 parent 47e1273 commit 91c029e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
build:
build: tests
volumes:
- .:/code
version: "2"
services:
build:
build:
context: tests
volumes:
- .:/code

0 comments on commit 91c029e

Please sign in to comment.