mirror of
https://github.com/chubin/wttr.in
synced 2024-11-14 16:17:19 +00:00
Document files that should be mounted in Docker
This commit is contained in:
parent
792466ed0d
commit
399c4d25ef
1 changed files with 13 additions and 0 deletions
13
README.md
13
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:
|
||||
|
|
Loading…
Reference in a new issue