docker-compose-viz/spec/fixtures/read-configuration/invalid.json

9 lines
100 B
JSON
Raw Normal View History

2016-08-05 15:10:28 +02:00
{
"version": 2,
"services": {
"foo": {
"image": "bar"
}
}
}