Conversation
zguig52
commented
Jan 9, 2026
- add curl for HTTPS healthchecks (Docker - add curl - wget from alpine cannot implement healthcheck with HTTPS enabled #1961)
- remove forced port binding from CMD to allow config file use(Cannot change listening hosts through config file in docker container due to forced host command #1960)
- remove default TCP port EXPOSE command as it is not really usefull (https://forums.docker.com/t/what-is-the-use-of-expose-in-docker-file/37726)
- add curl for HTTPS healthchecks (Kozea#1961) - remove forced port binding from CMD to allow config file use(Kozea#1960) - remove default TCP port EXPOSE command as it is not really usefull (https://forums.docker.com/t/what-is-the-use-of-expose-in-docker-file/37726)
|
@kalsi-avneet - any ETA for review? |
Sorry for the delay. I had a busy week. I have reviewed the PR and am waiting for the reply to my request in #1960 (comment) :
Here is my review: changes proposed in this PR
My review
This proposed change would allow the user to allow changing the port inside the docker container by reading the config file. The current behavior of Radicale's docker is that the user does not need to specify a port for inside the container. My question/comment about Additionally, the @pbiering , would it be possible to add the maintainer of Cloudron packaging as a reviewer too? Footnotes |
Name? Potentially you have to mention first and then I can add. |
Oh, I was hoping you might know 😅 Let me see if I can figure out from the documentation or code |
I could not find maintainer's name in documentation Lines 2683 to 2706 in 4fb1672 |
|
Here it is. I did not thought about the broad impact for existing deployments |