kopia lustrzana https://github.com/kartoza/docker-osm
Fix db healthcheck
rodzic
f3452495f9
commit
18c27e78ab
|
@ -20,7 +20,7 @@ services:
|
|||
- osm-postgis-data:/var/lib/postgresql
|
||||
- settings-data:/home/settings
|
||||
healthcheck:
|
||||
test: "pg_isready -d ${POSTGRES_DBNAME}"
|
||||
test: "chroot --userspec=101:102 / pg_isready -d ${POSTGRES_DBNAME}"
|
||||
|
||||
imposm:
|
||||
image: kartoza/docker-osm:imposm-latest
|
||||
|
|
Ładowanie…
Reference in New Issue