updates path for postgres
This commit is contained in:
parent
7fc3a9cb7a
commit
7bd22f015e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue