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-compose pull error #552

Closed
bram-pkg opened this issue May 17, 2021 · 4 comments
Closed

docker-compose pull error #552

bram-pkg opened this issue May 17, 2021 · 4 comments
Labels
Docker Docker-related issues and PRs.

Comments

@bram-pkg
Copy link

When I run docker-compose pull it gives the following error:

ERROR: for php  unauthorized: access to the requested resource is not authorized

ERROR: for nginx  unauthorized: access to the requested resource is not authorized

ERROR: for nodejs  unauthorized: access to the requested resource is not authorized
@mantans
Copy link

mantans commented May 21, 2021

Solved following these steps:

  • Updated Dockerfile, docker-compose.yml, symfony.lock and placed docker-healthcehck.sh inside docker/php folder using these: 1658a57
  • From Dockerfile l79 removed composer.lock from copying
  • docker-compose up -d

Once completed wait 5/10 minutes php container become healthy and everything work

@tonicospinelli
Copy link

tonicospinelli commented Jun 3, 2021

I worked to decrease this long waiting time until the PHP container is ready. I invite you to test these changes #568 in your local environment

@mantans
Copy link

mantans commented Jun 3, 2021

I worked to decrease this long waiting time until the PHP container is ready. I invite you to test this changes #568 in your local environment

Thank you, i ll give it a try asap, generally that delay happens during the first deploy, so i will try it from scratch.

@Ferror
Copy link
Contributor

Ferror commented May 31, 2022

We made it work :)

@Ferror Ferror closed this as completed May 31, 2022
@Ferror Ferror added the Docker Docker-related issues and PRs. label May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docker Docker-related issues and PRs.
Projects
None yet
Development

No branches or pull requests

4 participants