Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yongjhih committed Mar 10, 2016
1 parent 526cf75 commit 446c47c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Here is overview:
Features:

* Support latest parse-server npm version: `yongjhih/parse-server:latest`
* Support various parse-server npm versions: `yongjhih/parse-server:2.1.4`
* Support various parse-server npm versions: `yongjhih/parse-server:2.1.5`
* Support latest parse-server commit: `yongjhih/parse-server:dev`
* Support docker stack with docker-compose
* Support parse-cloud-code volume
Expand Down Expand Up @@ -73,7 +73,7 @@ $ docker run -d \
-p 4040:4040 \
--link parse-server \
--name parse-dashboard \
yongjhih:parse-dashboard
yongjhih/parse-dashboard
```

or with docker-compose:
Expand Down Expand Up @@ -167,7 +167,7 @@ $ docker run -d \

### Usage of specific parse-server version

Specify parse-server:2.1.4:
Specify parse-server:2.1.5:

```sh
$ docker run -d \
Expand All @@ -177,7 +177,7 @@ $ docker run -d \
-p 2022:22 \
--link mongo \
--name parse-server \
yongjhih/parse-server:2.1.4
yongjhih/parse-server:2.1.5
```

ref. https://github.com/ParsePlatform/parse-server/releases
Expand Down

0 comments on commit 446c47c

Please sign in to comment.