Closed nikolareljin closed 2 years ago
Was this this from a clean set up or was there any project specific code? This would most likely happen if there's a PHP fatal error occurring. If you can't replicate it with a clean install of Altis then the issue is probably elsewhere. It happens if a project has further setup steps or has code that tries to access the database too early before WP has installed.
Going to close this out as there seem to be no +1s or response so far. It's very likely this is not cavalcade specific and some PHP fatal error in the app prevented WP from installing. This can often be confirmed by running composer server logs php
.
When trying to run the containers with the command
composer server
the following containers fail to run:
When checking the error log of the service
composer server logs cavalcade
Source
The following database was empty:
wordpress
on the host
localhost
:Another potential improvement would be to have the ability to expose constant port for the DB (in the
./vendor/docker-compose.yml
).OS