Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use. #5652
-
running this command giving this error sudo docker run --name adguardhome\
--restart unless-stopped\
-v /my/own/workdir:/opt/adguardhome/work\
-v /my/own/confdir:/opt/adguardhome/conf\
-p 53:53/tcp -p 53:53/udp\
-p 67:67/udp -p 68:68/udp\
-p 80:80/tcp -p 443:443/tcp -p 443:443/udp -p 1337:1337/tcp\
-p 853:853/tcp\
-p 784:784/udp -p 853:853/udp -p 8853:8853/udp\
-p 5443:5443/tcp -p 5443:5443/udp\
-d adguard/adguardhome error
sudo lsof -nP | grep LISTENnginx config [dns.DOMAIN.in.conf]server { listen 80; server_name dns.DOMAIN.in;
location / {
proxy_pass http://localhost:1337;
}} |
Beta Was this translation helpful? Give feedback.
Answered by
Pamalosebi
Jul 1, 2023
Replies: 1 comment 1 reply
-
I have the same problem. However, it worked with Docker 20.10.23-143. Other containers seem to work fine (also with port configs). So I am not sure if it is Docker or AdGuardHome. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ahmedRSA
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the same problem. However, it worked with Docker 20.10.23-143.
With 24.0.2-144 it stopped working. The error message is identical to yours.
Other containers seem to work fine (also with port configs). So I am not sure if it is Docker or AdGuardHome.