Skip to content

Commit

Permalink
PB-844: docker compose use postgis version 16
Browse files Browse the repository at this point in the history
  • Loading branch information
benschs committed Sep 23, 2024
1 parent 674b1ab commit 1f0a14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db:
image: kartoza/postgis:12.0
image: kartoza/postgis:16
environment:
- POSTGRES_DB=${DB_NAME}
- POSTGRES_USER=postgres
Expand Down

0 comments on commit 1f0a14e

Please sign in to comment.