Unverified Commit 0b7cb81f authored by Mahmoud Zalt's avatar Mahmoud Zalt Committed by GitHub

Merge pull request #1333 from Zamerick/master

updates path for postgres
parents 368c85dc 7bd22f01
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment