cli icon indicating copy to clipboard operation
cli copied to clipboard

Error for Docker on Windows: dependency failed to start: container supabase-vector is unhealthy

Open PrinzAshitaka opened this issue 8 months ago • 0 comments

Following this guide I am trying to get supabase up and running in my docker for windows/desktop: https://supabase.com/docs/guides/self-hosting/docker#before-you-begin I've followed all instructions given in the Guide.

I was expecting that the services would start up as described. It seems however that there are some conflicts with the nature of me using a windows OS.

The Log entry in docker: 2025-06-20T11:03:48.874900Z INFO vector::app: Loading configs. paths=["/etc/vector/vector.yml"] 2025-06-20T11:03:48.876033Z ERROR vector::cli: Configuration error. error=Is a directory (os error 21) 2025-06-20T11:03:49.228566Z INFO vector::app: Internal log rate limit configured. internal_log_rate_secs=10

My current understanding is that the configuration file is specifc to Linux users.

Please help? My current findings all don't really apply to my case specifically. Thanks in advance

System information Rerun the failing command: docker compose up -d

  • Version of OS: Windows 11
  • Version of CLI: Power-Shell
  • Version of Docker: 4.41.2
  • Versions of services: [output from supabase services command]

PrinzAshitaka avatar Jun 20 '25 11:06 PrinzAshitaka