gs-accessing-data-mysql icon indicating copy to clipboard operation
gs-accessing-data-mysql copied to clipboard

docker compose file need to update because compose V1 has been depreted

Open vincenthsin opened this issue 3 years ago • 1 comments

Return following error when use with docker compose v2.x: (root) Additional property mysql is not allowed

vincenthsin avatar Apr 22 '23 13:04 vincenthsin

@robertmcnees Any idea how to fix that one?

Buzzardo avatar Oct 18 '23 20:10 Buzzardo

The docker-compose.yml file requires a services: top level element.

This was fixed with #58

robertmcnees avatar May 06 '24 13:05 robertmcnees