Skip to content

Commit 1718e16

Browse files
committed
Usage guides: Add "-Cdiscovery.type=single-node" where missing
1 parent 777f540 commit 1718e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrate/airflow/import-stock-market-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Set up on macOS. Ensure Homebrew is installed and Docker Desktop is running.
2121

2222
First, run CrateDB with Docker. With Docker Desktop running, copy the command from the CrateDB installation page and run it:
2323
```bash
24-
docker run --publish=4200:4200 --publish=5432:5432 --env CRATE_HEAP_SIZE=1g crate:latest
24+
docker run --publish=4200:4200 --publish=5432:5432 --env CRATE_HEAP_SIZE=1g crate:latest -Cdiscovery.type=single-node
2525
```
2626

2727
With CrateDB running, you can now access the CrateDB Admin UI by going to

0 commit comments

Comments
 (0)