Skip to content
New issue

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

Docker setup outdated #169

Open
gharlan opened this issue Jul 20, 2021 · 1 comment
Open

Docker setup outdated #169

gharlan opened this issue Jul 20, 2021 · 1 comment

Comments

@gharlan
Copy link

gharlan commented Jul 20, 2021

The project needs php 8, but docker-compose.yml uses php-74.

So I replaced php-74 with 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
[+] 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.

@mnapoli
Copy link
Owner

mnapoli commented Jul 20, 2021

You're right, the Docker setup is completely outdated unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants