From ec627726372b3efce3fb78638c23eba3e416ed2a Mon Sep 17 00:00:00 2001 From: Eric McNiece Date: Sun, 26 Aug 2018 14:02:38 -0700 Subject: [PATCH] Adding Docker docs to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 04f68c0..9ff8a89 100644 --- a/README.md +++ b/README.md @@ -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 +```