Document files that should be mounted in Docker

pull/524/head
Sandro Jäckel 4 years ago
parent 792466ed0d
commit 399c4d25ef
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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

Loading…
Cancel
Save