Skip to content

Commit

Permalink
Update README.md (#47)
Browse files Browse the repository at this point in the history
Added host binding. By default the docker image did not reposnd to port 80, as jetty was serving only inside container localhost request.
  • Loading branch information
rokx authored and lanwen committed Jul 4, 2019
1 parent f094f74 commit c7b9b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Run it with mounted plugins folder as volume. Remember to set `JUSEPPE_BASE_URI` env var

```
docker run --name juseppe -v /your/plugins/dir/:/juseppe/plugins/ -e JUSEPPE_BASE_URI=http://my.company.com -p 80:8080 lanwen/juseppe
docker run --name juseppe -v /your/plugins/dir/:/juseppe/plugins/ -e JUSEPPE_BASE_URI=http://my.company.com -e JUSEPPE_BIND_HOST=0.0.0.0 -p 80:8080 lanwen/juseppe
```

Then it will be available on `http://dockerhost:80/update-center.json`
Expand Down

0 comments on commit c7b9b3b

Please sign in to comment.