From ca5af48d91a960a6f9362ea3840fe260fc94a38f Mon Sep 17 00:00:00 2001 From: Daniel Reis Date: Tue, 29 Oct 2024 11:58:55 -0300 Subject: [PATCH] docs: fix docker network name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae27f0542..62d8995f8 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Your project now uses the Scylla driver fork, make sure you are using the `Token Spawn a ScyllaDB Instance using Docker Run command: ```sh -docker run --name node1 --network ws-scylla -p "9042:9042" -d scylladb/scylla:6.1.2 \ +docker run --name node1 --network your-network -p "9042:9042" -d scylladb/scylla:6.1.2 \ --overprovisioned 1 \ --smp 1 ```