gs-accessing-data-mysql
gs-accessing-data-mysql copied to clipboard
docker compose file need to update because compose V1 has been depreted
Return following error when use with docker compose v2.x: (root) Additional property mysql is not allowed
@robertmcnees Any idea how to fix that one?
The docker-compose.yml file requires a services: top level element.
This was fixed with #58