You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have gone through the sample routine exactly. But when I want to start the container with docker-compose up -d && docker-compose logs -f wordpress, I get the following error message:
Error response from daemon: Ports are not available: listen tcp 0.0.0.0:8080: bind: address already in use.
I removed all containers, restarted Docker, rebooted computer, didn't help though.
Operating-Sytem: Mac OS 11.6
Docker-Desktop Version: 4.1.1
Docker Version Console Output:
Hi
I have gone through the sample routine exactly. But when I want to start the container with
docker-compose up -d && docker-compose logs -f wordpress
, I get the following error message:Error response from daemon: Ports are not available: listen tcp 0.0.0.0:8080: bind: address already in use
.I removed all containers, restarted Docker, rebooted computer, didn't help though.
Operating-Sytem: Mac OS 11.6
Docker-Desktop Version: 4.1.1
Docker Version Console Output:
docker-compose.yml
I had an earlier error message, so i had to set the privileges to true
I have left out php-Admin
How can I tell Docker to listen on a different port?
The text was updated successfully, but these errors were encountered: