patch postgres mount location/type
this stops the db instances from being anonymous and from not persevering between compose up-downs (i think?)
This commit is contained in:
@@ -21,7 +21,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
volumes:
|
volumes:
|
||||||
- pg_volume:/var/lib/postgresql/data:rw
|
- pg_volume:/var/lib/postgresql
|
||||||
stop_grace_period: 120s
|
stop_grace_period: 120s
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: mnemo
|
POSTGRES_USER: mnemo
|
||||||
|
|||||||
Reference in New Issue
Block a user