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