You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,10 @@ Copy `example/.dockerignore` to your project’s root and edit it appropriately
36
36
37
37
### Step 4: Build and run
38
38
39
-
Copy `example/docker-compose.yml` to your project’s root. Then, from the root of your project, run:
39
+
Copy `example/compose.yml` to your project’s root. Then, from the root of your project, run:
40
40
41
41
```bash
42
-
docker-compose up
42
+
dockercompose up
43
43
```
44
44
45
45
This builds an image for your app and starts it, along with a linked container for MongoDB. Go to [http://localhost/](http://localhost/) to see your app running.
0 commit comments