From 399c4d25ef1674782ad4ab4c53efe2baef6ebe7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 23 Sep 2020 07:45:09 +0200 Subject: [PATCH] Document files that should be mounted in Docker --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index fbfc2e1..5990f04 100644 --- a/README.md +++ b/README.md @@ -525,6 +525,19 @@ $ echo 'YOUR_IP2LOCATION_KEY' > ~/.ip2location.key If you don't have this file, the service will be silently skipped (it is not a big problem, because the MaxMind database is pretty good). +### Installation with Docker + +* Install Docker +* Build Docker Image +* These files should be mounted by the user at runtime: + +``` +/root/.wegorc +/root/.ip2location.key (optional) +/app/airports.dat +/app/GeoLite2-City.mmdb +``` + ### Get a WorldWeatherOnline key and configure wego To get a WorldWeatherOnline API key, you must register here: