Started up my Woocommerce setup after a month in hibernation and ran into http 500 when trying to browse the site - getting error logs of wp() being undefined.
Tried running a fresh setup by removing my current containers and running:
./clean.sh &&
./make.sh &&
./start.sh woocommerce-wordpress
The install looks fine but it fails to start. Sorry if this is an obvious mistake on my end, not that familiar with docker.
It ends up running status-checks for http://woocommerce.wordpress.test indefinitely.
