pinpoint-apm / pinpoint-docker

Official Dockerized components of the Pinpoint
http://pinpoint-apm.github.io/pinpoint/
Apache License 2.0
451 stars 227 forks source link

Fix old docker-compose syntax #192

Closed archan0621 closed 4 months ago

archan0621 commented 4 months ago

I had an error running "docker-compose pull"

ERROR: The Compose file './docker-compose.yml' is invalid because: services.pinpoint-mysql.restart contains an invalid type, it should be a string

And I found out there is some incorrect syntax for restart option and this is public document link https://docs.docker.com/compose/compose-file/compose-file-v3/#restart

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.