Skip to content

Commit

Permalink
Tidy whitespace, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ugexe committed Jul 10, 2023
1 parent ad02665 commit 007a68c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ The source code is available on [GitHub](https://github.com/maxmind/geoipupdate)
The Docker image is configured by environment variables. The following
variables are required:


* `GEOIPUPDATE_EDITION_IDS` - List of space-separated database edition IDs.
Edition IDs may consist of letters, digits, and dashes. For example,
`GeoIP2-City` would download the GeoIP2 City database (`GeoIP2-City`).

One of:

* `GEOIPUPDATE_ACCOUNT_ID` - Your MaxMind account ID.
* `GEOIPUPDATE_ACCOUNT_IDFILE` - A file containing your MaxMind account ID.
* `GEOIPUPDATE_ACCOUNT_ID_FILE` - A file containing your MaxMind account ID.

One of:

* `GEOIPUPDATE_LICENSE_KEY` - Your case-sensitive MaxMind license key.
* `GEOIPUPDATE_LICENSE_KEY_FILE` - A file containing your case-sensitive
MaxMind license key.
Expand Down

0 comments on commit 007a68c

Please sign in to comment.