Skip to content

Commit

Permalink
chore(postgis): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mborne committed Feb 7, 2024
1 parent cea42d1 commit f5db8d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

postgis:
container_name: postgis
image: postgis/postgis:13-3.2
image: postgis/postgis:15-3.4
ports:
- "${DEVBOX_PORT_PREFIX}5432:5432"
environment:
Expand All @@ -16,7 +16,7 @@ services:

volumes:
postgis-data:
name: postgis-data-13
name: postgis-data-15

networks:
default:
Expand Down

0 comments on commit f5db8d4

Please sign in to comment.