Change default docker ip

my etc/docker/daemon.json is like this:

{
“log-driver”: “journald”,
“storage-driver”: “overlay2”
“bip”: “10.0.0.1/24”,
}

sudo systemctl restart docker.service

Job for docker.service failed because the control process exited with error code.
See “systemctl status docker.service” and “journalctl -xe” for details.

sudo systemctl status docker.service

docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset>
Active: failed (Result: exit-code) since Wed 2022-10-05 10:10:04 -03; 24s >
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Process: 4573 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/contain>
Main PID: 4573 (code=exited, status=1/FAILURE)

out 05 10:10:02 debianltorresha systemd[1]: docker.service: Main process exited>
out 05 10:10:02 debianltorresha systemd[1]: docker.service: Failed with result >
out 05 10:10:02 debianltorresha systemd[1]: Failed to start Docker Application >
out 05 10:10:04 debianltorresha systemd[1]: docker.service: Scheduled restart j>
out 05 10:10:04 debianltorresha systemd[1]: Stopped Docker Application Containe>
out 05 10:10:04 debianltorresha systemd[1]: docker.service: Start request repea>
out 05 10:10:04 debianltorresha systemd[1]: docker.service: Failed with result >
out 05 10:10:04 debianltorresha systemd[1]: Failed to start Docker Application >
lines 1-16/16 (END)