Merge pull request #1333 from Zamerick/master

updates path for postgres
This commit is contained in:
Mahmoud Zalt 2018-01-09 19:18:01 +01:00 committed by GitHub
commit 0b7cb81f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: