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