When doing a fresh install with docker, the `worker` container won't start. As defined in `docker-compose.yml`, the `worker` container is based on `app` image. It is missing the `pdo_mysql` extension that `worker` needs.
When doing a fresh install with docker, the
workercontainer won't start.As defined in
docker-compose.yml, theworkercontainer is based onappimage. It is missing thepdo_mysqlextension thatworkerneeds.