Skip to content

Commit

Permalink
Update docker-compose.yml with port 25432 (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbforr authored Jul 11, 2023
1 parent 3316cfc commit 4175036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- POSTGRES_MULTIPLE_EXTENSIONS=postgis,hstore,postgis_topology,postgis_raster,pgrouting
- RUN_AS_ROOT=true
ports:
- "5432"
- "25432:5432"
restart: on-failure
healthcheck:
test: "PGPASSWORD=docker pg_isready -h 127.0.0.1 -U docker -d gis"
Expand All @@ -41,4 +41,4 @@ services:
restart: on-failure
depends_on:
db:
condition: service_healthy
condition: service_healthy

0 comments on commit 4175036

Please sign in to comment.