Move import-natural-earth to v1.2

defaults to geometry column. In tandem with https://github.com/openmaptiles/openmaptiles/pull/104, https://github.com/openmaptiles/openmaptiles-tools/pull/9 and https://github.com/openmaptiles/import-natural-earth
This commit is contained in:
stirringhalo 2016-12-21 22:34:32 -05:00 committed by GitHub
parent 8299aca7aa
commit 18ff968b12

View File

@ -11,7 +11,7 @@ services:
- "5432" - "5432"
env_file: .env env_file: .env
import-natural-earth: import-natural-earth:
image: "openmaptiles/import-natural-earth:1.1" image: "openmaptiles/import-natural-earth:1.2"
env_file: .env env_file: .env
links: links:
- postgres - postgres