Override the radicale user when using docker

The Radicale Dockerfile hardcodes 1000 as the UID running inside the container. If that user is not available, it can still be overriden. If using quadlet You can add User=<your choice> to the [Container] section. The podman or docker CLI equivalent is --user <your choice>.

2026-04-03