Skip to content

Commit 276ca71

Browse files
committed
Upgrade from postgres 9.6 to postgres 12 and postgis 2.4 to postgis 3.4
1 parent 6314bdd commit 276ca71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
command: bin/wait-for-deps.sh python manage.py runserver 0.0.0.0:8000
3232

3333
db:
34-
image: postgres-9.6-postgis-2.3
34+
image: postgis/postgis:12-3.4
3535
environment:
3636
- POSTGRES_USER=pombola
3737
- POSTGRES_PASSWORD=pombola

0 commit comments

Comments
 (0)