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 cf549c5 commit e2db608Copy full SHA for e2db608
README.md
@@ -43,6 +43,10 @@ Once the containers are up:
43
- Nginx API Gateway: [http://localhost:80](http://localhost:80)
44
- Redis: [http://localhost:6379](http://localhost:6379)
45
46
+Note that even after docker says that everything is up and running, there is a risk that they aren't when you load the frontend.
47
+In this event, wait for about a minute before trying again. If that still doesn't work and there are network errors, try
48
+rebuilding the services by running `docker-compose up --build` again.
49
+
50
### MongoDB Configuration
51
52
- MongoDB runs on port `27017` inside a container named `peerprep-mongo-container`.
0 commit comments