"sudo setcap cap_net_bind_service".... does it survive docker update?

Hi,

I’m using rootless and have set “cap_net_bind_service” as in the title. It’s been working without an issue.

I’m not 100% sure but I believe, after updating docker, containers stopped working and I’ve started getting the famous “unprivileged port binding” error on “docker compose up”.

Could it be related to updating the docker? If so, how to make it sure that this setting survives an update?
Thanks…