Skip to content

Commit 6350d34

Browse files
priyashpatildplewis
authored andcommitted
Add exposing port in docker container (parse-community#6165)
Add port exposure for docker run command.
1 parent aff2c57 commit 6350d34

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
@@ -99,7 +99,7 @@ $ git clone https://github.com/parse-community/parse-server
9999
$ cd parse-server
100100
$ docker build --tag parse-server .
101101
$ docker run --name my-mongo -d mongo
102-
$ docker run --name my-parse-server --link my-mongo:mongo -d parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongodb://mongo/test
102+
$ docker run --name my-parse-server -p 1337:1337 --link my-mongo:mongo -d parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongodb://mongo/test
103103
```
104104

105105
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)