Docker filling up 100GB disk during docker compose pull
Hello
I’m having an issue installing Supabase locally via Docker.
I’ve followed the official documentation, but when I run:
docker compose pull
the db service takes a very long time to download, and then Docker eventually reports that my disk is full.
However, I’m installing Supabase on an empty 100 GB disk.
While monitoring disk usage in real time, I can see it fills up completely within just a few minutes (from 0 GB to 100 GB used).
What’s strange is that I’ve installed Supabase before on this same setup and never had this problem.
For context, I’m running this inside an LXC container on Debian 13.
I’m having an issue installing Supabase locally via Docker.
I’ve followed the official documentation, but when I run:
docker compose pull
the db service takes a very long time to download, and then Docker eventually reports that my disk is full.
However, I’m installing Supabase on an empty 100 GB disk.
While monitoring disk usage in real time, I can see it fills up completely within just a few minutes (from 0 GB to 100 GB used).
What’s strange is that I’ve installed Supabase before on this same setup and never had this problem.
For context, I’m running this inside an LXC container on Debian 13.



