Skip to content

Commit

Permalink
issue #15: add port instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforkjeff committed Jun 11, 2018
1 parent 1409c58 commit bced9fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@ If a file named `conciliator.properties` exists in the current
directory, conciliator will use the options found in it. See the
sample file in this repository.

By default, conciliator will run on port 8080, which is used in the
example URLs below. To use a different port, set the `server.port`
property as follows when running the program:

```
java -Dserver.port=7000 -jar conciliator-VERSION.jar
```

## Docker Image

A docker image created by [tobinski](https://github.com/tobinski) is available here:
Expand Down

0 comments on commit bced9fa

Please sign in to comment.