[Docker] Error response from daemon: Ports are not available

Аватар автора
Загадки Фронтенда: Разгадываем с VueJS
Docker Error: 1. After running docker-compose up. 2. You encountered this error: Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:8080 - 0.0.0.0:0: listen tcp 0.0.0.0:8080: bind: An attempt was made to access a socket in a way forbidden by its access permissions. 3. Go to your docker-compose.yaml 4. Locate the service where port conflict happened. 5. Leave the HOST_PORT empty. Port will be dynamically generated everytime your container starts. 6. You can check the port through your docker-desktop or by running docker-compose ps

0/0


0/0

0/0

0/0