Mount docker postgres volume on host
This commit is contained in:
parent
693956a0fb
commit
48ee93f42e
@ -27,6 +27,8 @@ services:
|
||||
|
||||
postgres:
|
||||
image: postgres:9.5
|
||||
volumes:
|
||||
- ./data/postgres:/var/lib/postgresql/data
|
||||
|
||||
web:
|
||||
extends: base
|
||||
|
Reference in New Issue
Block a user