From 013d52b5e515b1a414127b497e6f8691f74dafda Mon Sep 17 00:00:00 2001 From: Nick Jordan Date: Fri, 27 Oct 2023 00:08:09 -0400 Subject: [PATCH] Fix docker-compose command --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 2e93755..20cd4b6 100644 --- a/Installation.md +++ b/Installation.md @@ -42,7 +42,7 @@ services: volumes: - /PATH_TO_YOUR_DATA_DIR:/app/data #enter the same pathway as you used for your configurator in step 1 ``` -Then use `docker compose up -d` to start. +Then use `docker-compose up -d` to start. ### Option 2: Using docker run