Docker compose issue

Hello world.

My issue today is that my docker doesn’t want to compose nor run this file:

[spoiler]`version: ‘3.3’
services:
web:
image: nginx:latest
container_name: abyssnginx
volumes:

  • ./src:/usr/share/nginx/html:ro
    ports:
  • 80:80`[/spoiler]

The error is the following:

It used to work.

I just had a little hardware change that made things complicated.

Mobo changed to Gigabyte X470 Ultra and the PSU didn’t have 8 cpu pins. But it is still running, and stable. For some reason the ethernet port doesn’t work so I have to use a proprietary ethernet to usb solution.

Something is already bound and or running on that port, or it is your firewall.

Well, I got that also from reading the message, but there is nothing. Except the windows server webpage… IIS

If you’ve got IIS running on the host that would do it. This does not look like a hardware problem.

2 Likes

Would it be worth it to ditch my docker-nginx solution for IIS?