·
21 commits
to main
since this release
Added
- Added a built-in healthcheck. You can now use "docker compose up --wait" to wait until the container is fully ready. (thx for that brilliant idea @BlackScorp)
Fixed
- Mailcatcher was not correctly configured to be used in SSMTP configurations.
- Fixed an issue where Shopware was always installed using PHP 8.3, causing crashes when running images with a different PHP versions (e.g. 8.2) and PHP boot scripts or ENV variables (SW_API_ACCESS_KEY, ...). Shopware is now installed using its minimum required PHP version, ensuring compatibility across all configured PHP versions.