Debugging a MediaWiki‑MariaDB Docker Compose stack that silently fails due to pl
Summary This postmortem covers a common Docker Compose misconfiguration when deploying MediaWiki against MariaDB. The supplied docker-compose.yml contains placeholder tokens (—) in place of real values for the container name, database password, and other critical fields. While the structure of the compose file is mostly sound, these missing values prevent the stack from starting correctly … Read more