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

Cannot start service app #207

Open
sukhoy94 opened this issue Dec 30, 2022 · 2 comments
Open

Cannot start service app #207

sukhoy94 opened this issue Dec 30, 2022 · 2 comments

Comments

@sukhoy94
Copy link

sukhoy94 commented Dec 30, 2022

Hello, when I run

docker-compose up -d --build app

I'm getting the next output:

ERROR: for docker-compose-laravel_app_1  Cannot start service app: Ports are not available: exposing port TCP 0.0.0.0:80 -> 0.0.0.0:0: listen tcp 0.0.0.0:80: bind: An attempt was made to access a socket in a way forbidden by its access permissions.

ERROR: for app  Cannot start service app: Ports are not available: exposing port TCP 0.0.0.0:80 -> 0.0.0.0:0: listen tcp 0.0.0.0:80: bind: An attempt was made to access a socket in a way forbidden by its access permissions.

Any suggestions why ? Thanks

ps. I'm using win10 docker desktop via wsl2

@chenjiayi8
Copy link

I think your port 80 is used already on your host.

@ekopras18
Copy link

change your port, port already used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants