Skip to content

Commit

Permalink
docs: fix docker network name
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhe4rt authored Oct 29, 2024
1 parent fef874d commit ca5af48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit ca5af48

Please sign in to comment.