Skip to content

Commit

Permalink
Update postgres in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Sep 24, 2024
1 parent 3e566c0 commit 2926737
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
Expand Up @@ -12,7 +12,7 @@ networks:

services:
tm-db:
image: "postgis/postgis:${POSTGIS_TAG:-14-3.3}"
image: "postgis/postgis:16-3.4"
volumes:
- tm_db_data:/var/lib/postgresql/data/
env_file:
Expand Down

0 comments on commit 2926737

Please sign in to comment.