Skip to content

Commit 5396bf5

Browse files
zstadlerwiktorn
authored andcommitted
Clarify OVERPASS_META w.r.t OVERPASS_MODE
Resolve #142
1 parent 5889e0c commit 5396bf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ By default, this image will clone an existing Overpass server for the whole plan
55
The following enviroment variables can be used to customize the setup:
66

77
* `OVERPASS_MODE` - takes the value of either `init` or `clone`. Defaults to `clone`.
8-
* `OVERPASS_META` - (`init` mode only) `yes`, `no` or `attic` - passed to Overpass as `--meta` or `--keep-attic`.
8+
* `OVERPASS_META` - `attic`, `yes`, or `no`. Passed as `--keep-attic`, `--meta`, or nothing to `update_database` and `init`. Defaults to `no`.
99
* `OVERPASS_PLANET_URL` - (`init` mode only) url to a "planet" file (e.g. https://planet.openstreetmap.org/planet/planet-latest.osm.bz2)
1010
* `OVERPASS_CLONE_SOURCE` - (`clone` mode only) the url to clone a copy of Overpass from. Defaults to https://dev.overpass-api.de/api_drolbr/, which uses minute diffs.
1111
* `OVERPASS_DIFF_URL` - url to a diff directory for updating the instance (e.g. https://planet.openstreetmap.org/replication/minute/).

0 commit comments

Comments
 (0)