Merge pull request #187 from emcniece/docker

Adding Docker docs to README
This commit is contained in:
Andy Janata 2018-08-30 13:28:51 -07:00 committed by GitHub
commit a384a027cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -11,3 +11,11 @@ If you're doing ```mvn clean package war:exploded jetty:run```, you now need to
For GeoIP functions to work, download http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz somewhere, gunzip it, and update the geoip.db value in build.properties to point to it.
## Third-Party Usage
A Docker package for this project exists at [emcniece/DockerYourXyzzy](https://github.com/emcniece/DockerYourXyzzy):
```sh
docker run -d -p 8080:8080 emcniece/dockeryourxyzzy:dev
```