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.
2 parents 6f603de + bc2f6a7 commit af77e81Copy full SHA for af77e81
docs/epidata_development.md
@@ -94,8 +94,17 @@ docker build -t delphi_database_epidata \
94
95
# test
96
97
-At this point you're ready to bring the stack online. To do that, just start
98
-containers for the epidata-specific web and database images. As an aside, the
+At this point you're ready to bring the stack online.
+
99
+First, make sure you have the docker network set up so that the containers can
100
+communicate:
101
102
+```
103
+docker network create --driver bridge delphi-net
104
105
106
107
+Next, start containers for the epidata-specific web and database images. As an aside, the
108
output from these commands (especially the web server) can be very helpful for
109
debugging. For example:
110
0 commit comments