diff --git a/images/tiler-imposm/start.sh b/images/tiler-imposm/start.sh index 08e24445..77dc6242 100755 --- a/images/tiler-imposm/start.sh +++ b/images/tiler-imposm/start.sh @@ -194,7 +194,7 @@ function countTables() { echo "Connecting to $POSTGRES_HOST DB" flag=true while $flag; do - pg_isready -h $POSTGRES_HOST -p 5432 >/dev/null 2>&2 || continue + pg_isready -h $POSTGRES_HOST -p $POSTGRES_PORT >/dev/null 2>&2 || continue # Change flag to false to stop pinging the DB flag=false echo "Check number of tables in the database" diff --git a/ohm/requirements.yaml b/ohm/requirements.yaml index 99e4ebaf..1043a2fc 100644 --- a/ohm/requirements.yaml +++ b/ohm/requirements.yaml @@ -1,4 +1,4 @@ dependencies: - name: osm-seed - version: '0.1.0-n810.h19d0f7b' + version: '0.1.0-n811.h994581f' repository: https://devseed.com/osm-seed-chart/