HELP! Docker seems to listen on all IPs coming into the interface despite configuration [edit]

From the docker manual

Or if you always want Docker port forwards to bind to one specific IP address, you can edit your system-wide Docker server settings and add the option --ip=IP_ADDRESS. Remember to restart your Docker server after editing this setting.

Isn’t daemon.json doing just that?