Skip to content

Commit 4811534

Browse files
George PerezArthur Cinader
authored andcommitted
Add -d flag to link parse with mgo container (#3677)
Needed to run docker run --name my-parse-server --link my-mongo:mongo -d parse-server --appId APPLICATION_ID --masterKey MASTER_KEY to link the containers
1 parent 87085b3 commit 4811534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongo
3131
```
3232
$ docker build --tag parse-server .
3333
$ docker run --name my-mongo -d mongo
34-
$ docker run --name my-parse-server --link my-mongo:mongo parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongodb://mongo/test
34+
$ docker run --name my-parse-server --link my-mongo:mongo -d parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongodb://mongo/test
3535
```
3636

3737
You can use any arbitrary string as your application id and master key. These will be used by your clients to authenticate with the Parse Server.

0 commit comments

Comments
 (0)