sqlectron / sqlectron-core

https://sqlectron.github.io/
MIT License
221 stars 69 forks source link

fix docker-compose not following current official schema #101

Closed MasterOdin closed 4 years ago

MasterOdin commented 4 years ago

The file was using an older schema specification, which while it worked, it would break on the schema validation provided by vscode-yaml extension. This PR moves it to use the version 3 schema, and by extension be validated via the above extension again for local development.