docker-compose-viz/spec/fixtures/read-configuration/invalid.json
2016-08-05 16:56:36 +02:00

8 lines
100 B
JSON

{
"version": 2,
"services": {
"foo": {
"image": "bar"
}
}
}