Hi folks,
I get the following error
app_1 |
app_1 | [Symfony\Component\Console\Exception\CommandNotFoundException]
app_1 | Command "app:list" is not defined.
app_1 | Did you mean this?
app_1 | app:check-code
app_1 |
app_1 |
apache_app_1 exited with code 1
when running docker-compose up with the customized examples in
.examples/docker-compose/insecure/mariadb/apache or
.examples/docker-compose/with-nginx-proxy/mariadb/apache .
Any idea?