From 558c9ae04f88cd0127004beb52a9839079925146 Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 10 Apr 2025 20:47:46 -0400 Subject: [PATCH] Updated docker instructions --- docker_run.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker_run.txt b/docker_run.txt index 01c5d5c..bc0f021 100644 --- a/docker_run.txt +++ b/docker_run.txt @@ -5,3 +5,9 @@ docker-compose build --ssh default app # Rebuild and bring up docker-compose up -d --force-recreate app + +# Bring it down +docker-compose down -v + +# Pruning +docker system prune -a \ No newline at end of file