updates path for postgres

This commit is contained in:
Alex Oxthorn 2017-12-30 16:14:02 -05:00
parent 7fc3a9cb7a
commit 7bd22f015e

View File

@ -286,7 +286,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: