Updated postgis image to version managed directly by postgis team.

This commit is contained in:
Bradley G Smith 2020-05-21 10:19:31 -07:00 committed by Michael Stenta
parent 389b9de91c
commit e576ec2f0d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version: '2'
services:
db:
image: mdillon/postgis:latest
image: postgis/postgis:latest
volumes:
- './db:/var/lib/postgresql/data'
ports: