Skip to content

Commit af77e81

Browse files
authored
Merge pull request #233 from benjaminysmith/patch-1
Update epidata_development.md
2 parents 6f603de + bc2f6a7 commit af77e81

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/epidata_development.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,17 @@ docker build -t delphi_database_epidata \
9494

9595
# test
9696

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
97+
At this point you're ready to bring the stack online.
98+
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
99108
output from these commands (especially the web server) can be very helpful for
100109
debugging. For example:
101110

0 commit comments

Comments
 (0)