We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The project needs php 8, but docker-compose.yml uses php-74.
docker-compose.yml
php-74
So I replaced php-74 with php-80.
php-80
When I try to execute docker-compose run cli php /var/task/console db --force, I get:
docker-compose run cli php /var/task/console db --force
$ docker-compose run cli php /var/task/console db --force [+] Running 1/0 ⠿ Container externals_db_1 Running 0.0s Could not open input file: php
(I'm a docker noob..)
The docker setup in README contains the step make init, but init does not exist in Makefile anymore.
make init
init
Makefile
The text was updated successfully, but these errors were encountered:
You're right, the Docker setup is completely outdated unfortunately.
Sorry, something went wrong.
No branches or pull requests
The project needs php 8, but
docker-compose.yml
usesphp-74
.So I replaced
php-74
withphp-80
.When I try to execute
docker-compose run cli php /var/task/console db --force
, I get:(I'm a docker noob..)
The docker setup in README contains the step
make init
, butinit
does not exist inMakefile
anymore.The text was updated successfully, but these errors were encountered: