An attempt was made to access a socket in a way forbidden by its access permissions.
Essentially, something is probably already listening on port 80 on the docker host.
To check
nestat -ao
To stop IIS
net stop was /y
Source: https://www.sitepoint.com/unblock-port-80-on-windows-run-apache/