[Help] Deleted local-kv.db to fix a port allocation error. Then Everything Broke

Had to delete local-kv.db to troubleshoot another issue.

After deleting the file, I quit Docker and hard rebooted the iMac.

On relaunch/reboot (respectively), the file had reappeared as expected.

However, , now getting this error on docker-compose up --build.

cannot start service project_db: network af89d0125d8e3ed9b5abdef4389c486b1aade72fa89e151e04a595edc841564c not found

This network doesn’t show up on docker network ls, and I don’t define a network explicitly anywhere in my docker-compose.yml (Pastebin)

What do I do?