- Notifications
You must be signed in to change notification settings - Fork1.6k
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. |
BetaWas 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. If not run again, please check your firewall settings with following articles; |
BetaWas this translation helpful?Give feedback.