Merge pull request #502 from nickromano/nr/persist-local-postgres-data

Persist postgres data between runs using docker-compose
This commit is contained in:
Frank Hamand 2017-04-28 11:00:27 +01:00 committed by GitHub
commit 8626df688d

View File

@ -46,3 +46,8 @@ services:
db:
image: postgres
volumes:
- datavolume:/var/lib/postgresql/data
volumes:
datavolume: