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
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
The text was updated successfully, but these errors were encountered:
I think it would better to run docker-compose up -d. That uses docker compose for orchestrating the container.
docker-compose up -d
Sorry, something went wrong.
Yes, but network is not setup in the docker-compose.yml file, so containers do not see each other
docker-compose.yml
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: