From fc33adbd13f675000620a98b3cb9ca020450c1c0 Mon Sep 17 00:00:00 2001 From: Cameron Carslake Date: Sat, 28 Feb 2026 20:15:57 +1030 Subject: [PATCH] add --remove-orphans to cleanup command --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index af859b2d..2a4da0e9 100644 --- a/Justfile +++ b/Justfile @@ -28,7 +28,7 @@ restart: down up # Clean up all development containers and volumes (careful!) clean: - docker compose -f .devcontainer/docker-compose.yml down -v + docker compose -f .devcontainer/docker-compose.yml down -v --remove-orphans # Start production environment prod-up: