wiktorn / Overpass-API

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

localhost didn’t send any data. ERR_EMPTY_RESPONSE. #114

Open rburakguler opened 9 months ago

rburakguler commented 9 months ago

After this command, docker run ^ -e OVERPASS_META=yes ^ -e OVERPASS_MODE=init ^ -e OVERPASS_PLANET_URL=http://download.geofabrik.de/europe/turkey-latest.osm.bz2 ^ -e OVERPASS_DIFF_URL=https://download.openstreetmap.fr/replication/europe/turkey/minute/ ^ -e OVERPASS_RULES_LOAD=10 ^ -v C:\overpass_turbo\Overpass-API-Data\big\docker\overpass_db:/db ^ -p 12345:80 ^ -i -t ^ --name overpass_turkey wiktorn/overpass-api Initializing is finished and updating begin. However, the container does not close automatically as mentioned in README and going the URL http://localhost:12345/ I got Welcome to nginx page. But going to http://localhost:12345/api/interpreter localhost didn’t send any data. ERR_EMPTY_RESPONSE.

rburakguler commented 9 months ago

changes.log attaching the log file