Fix docker-compose command

Nick Jordan
2023-10-27 00:08:09 -04:00
parent f709d9f5c0
commit 013d52b5e5

@@ -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