PHP Warning: require(/var/www/vendor/autoload.php): Failed to open stream: #16
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After a docker compose update, i'm getting the following error:
Everything online say to run
composer install
but i really don't see how to do it with docker compose.How can i fix this ?
You can't, sorry. It's a bug in the image, I hope to get around to fix it later today!
Hey, it's fixed in the newest image. Please pull and recreate your containers :)
Yes, 2024-07-14 works fine again - after docker-compose down --remove-orphans and docker-compose up -d.
Hey @chris
This error reappears with the current 2024-07-02 image which I guess contains the 12.3 update with the important migrations bug fix? 2024-06-30 works fine.
Maybe the same fix will work? :)
👍 thanks for the notice and the update!