phundament / app

Dockerized Yii2 web application base
http://phundament.com
Other
310 stars 129 forks source link

cron can't access db #209

Closed philippfrenzel closed 8 years ago

philippfrenzel commented 8 years ago

Phundament 4 - Local development overrides

version: '2' services: php: volumes:

Error from within container:

Error: SQLSTATE[HY000] [2002] No such file or directory

as it looks like no connection to the db is possible

schmunk42 commented 8 years ago

Check the logs of the db container, it looks like it's not up and running.

Please reopen if the problem persists.