Merge pull request #1333 from Zamerick/master
updates path for postgres
This commit is contained in:
commit
0b7cb81f47
@ -288,7 +288,7 @@ services:
|
||||
postgres:
|
||||
build: ./postgres
|
||||
volumes:
|
||||
- ${DATA_SAVE_PATH}/postgres:/var/lib/postgresql/data
|
||||
- ${DATA_SAVE_PATH}/postgres:/var/lib/postgresql
|
||||
ports:
|
||||
- "${POSTGRES_PORT}:5432"
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user