From 9543b2a7af9c6e2d0494cfbf8aadc8be556f0753 Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:30:15 -0800 Subject: [PATCH] Fixed another README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e33d5bf..593d28ba 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ docker compose down With the volumes preserved, restarting the system is as simple as: ``` -docker compose up +docker compose up -d ``` All data previously in TrustGraph will be saved and usable on restart.