Skip to content

Commit

Permalink
Merge pull request #836 from praminda/3.0.x
Browse files Browse the repository at this point in the history
Prepare resources for 3.0.2 release
  • Loading branch information
praminda authored Oct 4, 2019
2 parents 8cde3ec + fca2d5f commit b487da7
Show file tree
Hide file tree
Showing 5 changed files with 259 additions and 260 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ standard VM by following the steps mentioned in the section [How to run the micr
Execute the command below to run the Microgateway for our Petstore project.

```
docker run -d -v <PROJECT_TARGET_PATH>:/home/exec/ -p 9095:9095 -p 9090:9090 -e project="petstore" wso2/wso2micro-gw:3.0.1
docker run -d -v <PROJECT_TARGET_PATH>:/home/exec/ -p 9095:9095 -p 9090:9090 -e project="petstore" wso2/wso2micro-gw:3.0.2
<PROJECT_TARGET_PATH> - The path of the target directory created inside the project directory
Expand Down
Loading

0 comments on commit b487da7

Please sign in to comment.