You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2019. It is now read-only.
When running platform-docker init I got the following error:
[Exception] Error executing docker command: Starting projectname_mariadb_1 projectname_redis_1 is up-to-date Starting projectname_phpfpm_1 ERROR: for phpfpm Cannot link to a non running container: /projectname_mariadb_1 AS /projectname_phpfpm_1/mariadb Encountered errors while bringing up the project.
The text was updated successfully, but these errors were encountered:
Ah yeah I need to fix a change. There are boot2docker hacks for running mysql as root.
Can you manually edit the docker-compose.yml generated and remove --user=root and in the my.conf change user = root to user = mysql and see if that works? It has for me. If you 👍 I'll make the commit to fix
When running
platform-docker init
I got the following error:[Exception] Error executing docker command: Starting projectname_mariadb_1 projectname_redis_1 is up-to-date Starting projectname_phpfpm_1 ERROR: for phpfpm Cannot link to a non running container: /projectname_mariadb_1 AS /projectname_phpfpm_1/mariadb Encountered errors while bringing up the project.
The text was updated successfully, but these errors were encountered: