-
Notifications
You must be signed in to change notification settings - Fork 1.7k
When I run the command for docker compose it gives below error #15
-
Starting discount.grpc ... error
ERROR: for discount.grpc Cannot start service discount.grpc: driver failed programming external connectivity on endpoint discount.grpc (0f2e1fa85b790f3e54371b034a951c07ca8c3dd4e19ec40e934e6d05ee2fc82a): Error starting userland proxy: listen tcp 0.0.0.0:8003: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
It seems 8003 port is using in your computer, please change port number on docker-compose override file and run again.
https://elanderson.net/2019/12/asp-net-core-an-attempt-was-made-to-access-a-socket-in-a-way-forbidden-by-its-access-permissions/
If not run again, please check your firewall settings with following articles;
https://stackoverflow.com/questions/10461257/an-attempt-was-made-to-access-a-socket-in-a-way-forbbiden-by-its-access-permissi
https://stackoverflow.com/questions/15619921/an-attempt-was-made-to-access-a-socket-in-a-way-forbidden-by-its-access-permissi/45355519
https://ardalis.com/attempt-made-to-access-socket/
https://www.tamirdresher.com/blog/2020/09/10/an-attempt-was-made-to-access-a-socket-in-a-way-forbidden-by-its-access-permissions
Beta Was this translation helpful? Give feedback.