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 was archived by the owner on Oct 8, 2024. It is now read-only.
I followed the guide in the academy. Expected to run smooth.
Actual behaviour
(9/46) Starting
if grep -q static-analyze platform/composer.json; then composer update --working-dir=platform; fi
grep: platform/composer.json: No such file or directory
(10/46) Starting
mysql -u 'app' -p'app' -h 'mysql' --port='3306' -e "DROP DATABASE IF EXISTS `shopware`"
ERROR 2005 (HY000): Unknown MySQL server host 'mysql' (-3)
Execution aborted, a subcommand failed!
application@390e674cd653:/app$ mysql --version
mysql Ver 15.1 Distrib 10.3.34-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2