PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, February 19, 2022

[FIXED] Error when run docker-compose up

 February 19, 2022     docker, docker-compose, laravel-5     No comments   

Issue

I have a problem when I run command docker-compose up with laravel project. When I am running docker-compose up command, I am encountering following error.

ERROR: Windows named pipe error: Access is denied. (code: 5),

What does this mean? Can any one help me?

Thanks.


Solution

I found resolve for this problem. At setup docker time, I have installed with admin role, so I have changed role when run app docker to administrator.



Answered By - Mr D
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing