wiktorn / Overpass-API

Overpass API docker image
MIT License
134 stars 48 forks source link

Cloning uses older dataset of two available #44

Closed ghowen closed 4 years ago

ghowen commented 4 years ago

I am trying to install the latest image using this command```

docker run \
  -e OVERPASS_META=yes \
  -e OVERPASS_MODE=clone \
  -e OVERPASS_DIFF_URL=https://planet.openstreetmap.org/replication/minute/ \
  -v /Volumes/Test/Docker/overpass_clone_db/:/db \
  -p 12346:80 \
  -i -t \
  --name overpass_world \
  wiktorn/overpass-api

There are two images on https://dev.overpass-api.de/clone/ at the moment:


  | Name | Last modified | Size | Description
  | 2020-06-11/ | 2020-06-11 09:01 | - |  
  | 2020-06-12/ | 2020-06-12 05:44 | - |  

When I start the image installation, it starts to download the old image (2020-06-11) though instead of the newer one. I need the newer one as download takes more than 24 hours on my internet connection and the old image will disappear within that time.

ghowen commented 4 years ago

I guess this is an overpass issue and not a docker image issue. Therefore I am closing it.