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

View File

@ -288,7 +288,7 @@ services:
postgres: postgres:
build: ./postgres build: ./postgres
volumes: volumes:
- ${DATA_SAVE_PATH}/postgres:/var/lib/postgresql/data - ${DATA_SAVE_PATH}/postgres:/var/lib/postgresql
ports: ports:
- "${POSTGRES_PORT}:5432" - "${POSTGRES_PORT}:5432"
environment: environment: