Adding Docker docs to README

This commit is contained in:
Eric McNiece 2018-08-26 14:02:38 -07:00
parent c27fcc818f
commit ec62772637
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
```