We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b1e67 commit 440dc80Copy full SHA for 440dc80
README.md
@@ -60,7 +60,7 @@ LOG_URL=
60
Next step is to create your docker network which the 4 containers will run on with
61
62
```sh
63
-$ sudo docker create network internet
+$ sudo docker network create internet
64
```
65
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
66
0 commit comments