Update docker-compose.yml with port 25432 (#437)

pull/436/head^2
Matt Forrest 2023-07-11 02:33:14 -04:00 zatwierdzone przez GitHub
rodzic 3316cfc0de
commit 4175036222
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ services:
- POSTGRES_MULTIPLE_EXTENSIONS=postgis,hstore,postgis_topology,postgis_raster,pgrouting - POSTGRES_MULTIPLE_EXTENSIONS=postgis,hstore,postgis_topology,postgis_raster,pgrouting
- RUN_AS_ROOT=true - RUN_AS_ROOT=true
ports: ports:
- "5432" - "25432:5432"
restart: on-failure restart: on-failure
healthcheck: healthcheck:
test: "PGPASSWORD=docker pg_isready -h 127.0.0.1 -U docker -d gis" test: "PGPASSWORD=docker pg_isready -h 127.0.0.1 -U docker -d gis"
@ -41,4 +41,4 @@ services:
restart: on-failure restart: on-failure
depends_on: depends_on:
db: db:
condition: service_healthy condition: service_healthy