proxy
proxy copied to clipboard
Error response from daemon
I get this error
How can I work around this? Please help, thank you
You have something already running on 443. You essentially have 2 choices
- Do not try and bind to 443 (HTTPS) which can be done by removing
-p 443:443
on the run command or in the docker compose mapping - Re-map to another port on your host, i.e.
-p 8443:443
or something like that. However the client is expecting 443 to have a secondary layer of encryption for now, so non-standard ports for 443 are not currently supported. You can however safely remap 80 and 5222 as you see fit.
I do not understand, what should I run? Why is it crashing after the warnings? it does not help
Nothing works, all the ports give the same error
Still get the same error, help please
@slawlor ?
Use docker rm $(docker ps -a -q)
to remove all docker containers, this will deallocate your proxy host container from the port. Then you can rebuild the proxy host container with docker build /path_to_cloned_repository/proxy/ -t whatsapp_proxy:1.0
After rebuilding I run into same issue
Since you're on windows, it's potentially related to file line-endings. #72
Please re-open this issue if it's still a problem. closing for now