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.
1 parent aff2c57 commit 6350d34Copy full SHA for 6350d34
README.md
@@ -99,7 +99,7 @@ $ git clone https://github.com/parse-community/parse-server
99
$ cd parse-server
100
$ docker build --tag parse-server .
101
$ 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
+$ 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
103
```
104
105
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