Document files that should be mounted in Docker

This commit is contained in:
Sandro Jäckel 2020-09-23 07:45:09 +02:00
parent 792466ed0d
commit 399c4d25ef
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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: