Open pcace opened 3 weeks ago
Hi, I'm having the same, running this command:
docker run \
-e OVERPASS_META=yes \
-e OVERPASS_MODE=init \
-e OVERPASS_PLANET_URL=http://download.geofabrik.de/europe/monaco-latest.osm.bz2 \
-e OVERPASS_DIFF_URL=http://download.openstreetmap.fr/replication/europe/monaco/minute \
-e OVERPASS_RULES_LOAD=10 \
-v overpass-data:/db \
-p 12345:80 \
-i -t \
--name overpass_monaco wiktorn/overpass-api
Did you find any solutions ?
Hi there, i am trying to get the api to run. i have these variables:
OVERPASS_META=yes OVERPASS_MODE=init OVERPASS_PLANET_URL=http://download.geofabrik.de/europe/germany-latest.osm.bz2 OVERPASS_DIFF_URL=http://download.openstreetmap.fr/replication/europe/germany/minute/ OVERPASS_RULES_LOAD=10
running the container results in this output:
over and over again. Is there anything i can try to make it work? or is this somehow known?
from within the container i cannot run this:
thanks a lot!!