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
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.