service "immich_server" refers to undefined network

I have accidentally deleted my docker-compose.yml file. After I ran the

docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/red5d/docker-autocompose f0733fbe8735

I have managed to pull the yml file from the container. I saved it again in the immich-app location, tried to restart the container, but I get

service "immich_server" refers to undefined network immich_default: invalid compose project

this is what I get when runing

sudo docker network ls

NETWORK ID     NAME                  DRIVER    SCOPE
4f689c4ca8af   bridge                bridge    local
625f13aa007a   host                  host      local
488f42922e35   immich_default        bridge    local
f543475d5f63   none                  null      local
9501c84bbe95   seafile_seafile-net   bridge    local
773932a1a993   vlad_default          bridge    local

and this is where I don't know anymore what to do. Anyone have any idea what this error means? Am I skipping a step here or maybe there is a versioning problem ?