I want to run a dockerized nginx
on port 443 (https), but this seems to be taken by the docker-proxy
.
Why is this, and can I do someting about it?
EDIT
The same conflict happens with the http
port (80)
I want to run a dockerized nginx
on port 443 (https), but this seems to be taken by the docker-proxy
.
Why is this, and can I do someting about it?
The same conflict happens with the http
port (80)
Copyright © 2021 Jogjafile Inc.
docker-proxy
is run when you publish a port on the host. Look for the container or service you have run that is publishing the port and remove it: