Merge pull request #1421 from spyridonas/patch-1
Save PostgresSQL data to hard drive.
This commit is contained in:
commit
21a5d5bf98
@ -294,7 +294,7 @@ services:
|
||||
postgres:
|
||||
build: ./postgres
|
||||
volumes:
|
||||
- ${DATA_SAVE_PATH}/postgres:/var/lib/postgresql
|
||||
- ${DATA_SAVE_PATH}/postgres:/var/lib/postgresql/data
|
||||
ports:
|
||||
- "${POSTGRES_PORT}:5432"
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user