woodpecker server listens on 80/443 ports even though not configured #2697
Replies: 3 comments 7 replies
-
Do you use any other functions like healthcheck or TLS? |
Beta Was this translation helpful? Give feedback.
-
I didn't enable any of those, so it should be no. The healthcheck seems to be only for the agent anyway, and I tried to explicitly disable TLS... |
Beta Was this translation helpful? Give feedback.
-
I have done some research exactly on this already. EXPOSE in Dockerfile is not really needed and of no practical use. Using -p or expose in docker-compose works. But I was wondering... if EXPOSE does nothing, the port should not actually be in use, so isn't woodpecker binding to it? Is it possible to find out who is binding to what port? ss and netstat don't seem to show any docker containers. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have woodpecker-sever 1.0.3 running in Docker with docker-compose. I have used these variables:
And yet, it eats ports 80 and 443.
docker ps
outputs:Why is that? Is it a bug? Or can I do something about it? It prevents starting another that actually listens on port 80 with the error that "port is already in use".
Beta Was this translation helpful? Give feedback.
All reactions