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 51e44c1 commit 3da4c5fCopy full SHA for 3da4c5f
README.md
@@ -14,3 +14,10 @@ API Gateway for communication between the frontend and backend. Abstracts calls
14
```zsh
15
docker-compose up --build
16
```
17
+
18
+#### Error: Docker Network Missing
19
+If you get the following error:
20
+Network `ipost-network` declared as external, but could not be found. Run the following:
21
+```zsh
22
+docker network create ipost-network
23
+```
0 commit comments