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

Running on Fargate task & locally seams docker-entrypoint.sh is not executed #4

Open
Gigiart opened this issue Jul 10, 2020 · 2 comments

Comments

@Gigiart
Copy link

Gigiart commented Jul 10, 2020

First of all this is a great job. Thank you to sharing with us - special beginners.

However, running the Dockerfile on Fargate task & locally

docker run -it -p 80:80 <container>

It seams docker-entrypoint.sh is not executed and, following that, I've got 502 bad gateway from nginx as php-fpm has not started.

Thanks

@codedge
Copy link
Owner

codedge commented Oct 26, 2020

I think it would better to run docker-compose up -d. That uses docker compose for orchestrating the container.

@ghost
Copy link

ghost commented Jun 7, 2021

Yes, but network is not setup in the docker-compose.yml file, so containers do not see each other

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