Skip to content

Commit 8669068

Browse files
committed
Update docker-compose file to v2 syntax.
1 parent a748c90 commit 8669068

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docker-compose.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
build:
2-
build: tests
3-
volumes:
4-
- .:/code
1+
version: "2"
2+
services:
3+
build:
4+
build:
5+
context: tests
6+
volumes:
7+
- .:/code

0 commit comments

Comments
 (0)