marmelab / gaudi

Gaudi allows to share multi-component applications, based on Docker, Go, and YAML.
http://gaudi.io/
MIT License
563 stars 28 forks source link

DB application isn't running after restart #85

Open miloskroulik opened 10 years ago

miloskroulik commented 10 years ago

I tried to follow Symfony tutorial, but after gaudi restart (gaudi stop && gaudi) the DB application won't start anymore. gaudi check always reports, that it isn't running. It works, when I delete my volume and use gaudi reload command - but the I would not be able to persist my data.

I'm using latest version of Gaudi & Docker.

manuquentin commented 10 years ago

Hello, thanks for your feedback. Can you post your configuration file ? Have you any error when you run docker logs [YourDbContainerName] ? Have you mounter a volume to store MySQL data ? Has this folder good rights ?

Thanks