Fix PostGIS Docker mount point.

This commit is contained in:
Michael Stenta 2019-04-29 10:15:11 -04:00
parent beb14d984c
commit 9dc85dbc8f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ services:
db:
image: mdillon/postgis:latest
volumes:
- './.data/db:/var/lib/postgresql/data'
- './db:/var/lib/postgresql/data'
ports:
- '5432:5432'
environment: