Skip to content

Commit 440dc80

Browse files
authored
fix: correct wrong command to create network (#1)
1 parent e5b1e67 commit 440dc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ LOG_URL=
6060
Next step is to create your docker network which the 4 containers will run on with
6161

6262
```sh
63-
$ sudo docker create network internet
63+
$ sudo docker network create internet
6464
```
6565
Now you should have a filled out .env file and a docker network created and all there is left to do is pull the docker images
6666
```sh

0 commit comments

Comments
 (0)