docker: take the db_data out of the repo
This commit is contained in:
parent
a9a6f6ad49
commit
321b4704a2
@ -13,7 +13,7 @@ services:
|
||||
POSTGRES_PASSWORD: example
|
||||
POSTGRES_DB: howmuch
|
||||
volumes:
|
||||
- ./db_data/postgres/:/var/lib/postgresql/data
|
||||
- ../../db_data_howmuch/postgres/:/var/lib/postgresql/data
|
||||
|
||||
adminer:
|
||||
image: adminer
|
||||
|
Loading…
Reference in New Issue
Block a user