Skip to content

Commit d2b940c

Browse files
committed
⛓️‍💥 HTM-1731: Upgrade PostGIS image to 18-3.6
1 parent e64d38f commit d2b940c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ services:
5858

5959
db:
6060
container_name: ${COMPOSE_PROJECT_NAME}-db
61-
image: postgis/postgis:17-3.5-alpine
61+
image: postgis/postgis:18-3.6-alpine
6262
environment:
6363
POSTGRES_PASSWORD: ${TAILORMAP_DB_PASSWORD:-tailormap}
6464
POSTGRES_USER: tailormap
6565
POSTGRES_DB: tailormap
6666
PGUSER: postgres # for pg_isready
6767
volumes:
68-
- db:/var/lib/postgresql/data
68+
- db:/var/lib/postgresql
6969
healthcheck:
7070
test: 'pg_isready -U tailormap'
7171
restart: unless-stopped

0 commit comments

Comments
 (0)