Skip to content

Commit 3da4c5f

Browse files
authored
Update README.md
1 parent 51e44c1 commit 3da4c5f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ API Gateway for communication between the frontend and backend. Abstracts calls
1414
```zsh
1515
docker-compose up --build
1616
```
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

Comments
 (0)