From c194bea99be4e704d964f68b5640116c09a6085e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 12 Mar 2021 13:04:10 +0100 Subject: [PATCH] chore: fix typo in docker network create --- docs/deploy/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/getting-started.md b/docs/deploy/getting-started.md index 7eb59af61f..f6ce6c9609 100644 --- a/docs/deploy/getting-started.md +++ b/docs/deploy/getting-started.md @@ -74,7 +74,7 @@ unleash -d postgres://unleash_user:password@localhost:5432/unleash -p 4242 #### Manually -1. Create a network by running `docker create network unleash` +1. Create a network by running `docker network create unleash` 2. Run ```sh