Version of Warden
in-dev
Operating System and Installation Method
MacOS 26.3 via homebrew
Image
mariadb:11.4
Describe the Bug
When trying to start container with MariaDB 11.4 it exits with error:
2026-04-15 13:16:01+00:00 [ERROR] [Entrypoint]: mariadbd failed while attempting to check config
command was: mysqld --max_allowed_packet=1024M --explicit_defaults_for_timestamp=on --verbose --help
/usr/local/bin/docker-entrypoint.sh: line 105: mysqld: command not found
To Reproduce
- Use MariaDB 11.4 as DB in .env file
- Start project by
warden env up
Expected Behavior
Container with db should start without errors
Additional context
No response
Version of Warden
in-dev
Operating System and Installation Method
MacOS 26.3 via homebrew
Image
mariadb:11.4
Describe the Bug
When trying to start container with MariaDB 11.4 it exits with error:
To Reproduce
warden env upExpected Behavior
Container with db should start without errors
Additional context
No response