You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into problems while trying to run my local ogr2ogr on the Docker's port - versioning problem.
Solution: include supported versions of GDAL in the Docker-compose definition:
This will ensure compatibility (worked for me at least!) and then you'll be able to run ogr2ogr from the container, and point towards the postgis container on the localhost:
@illpack to better focus the error you could run locally the postgis container in the geographica/postgis:tasty_termite version and check if the error still exists.
I ran into problems while trying to run my local
ogr2ogr
on the Docker's port - versioning problem.Solution: include supported versions of GDAL in the Docker-compose definition:
This will ensure compatibility (worked for me at least!) and then you'll be able to run
ogr2ogr
from the container, and point towards thepostgis
container on the localhost:cheers mighty @ManuelLR for the fix
The text was updated successfully, but these errors were encountered: