fix(just): mount actual data folder [skip ci]
This commit is contained in:
parent
279514f350
commit
ecd3330ea8
2
justfile
2
justfile
@ -39,7 +39,7 @@ dbstart:
|
|||||||
--rm \
|
--rm \
|
||||||
-it \
|
-it \
|
||||||
-e POSTGRES_PASSWORD=postgres \
|
-e POSTGRES_PASSWORD=postgres \
|
||||||
-v $PWD/tmp/db:/var/lib/postgres/data \
|
-v $PWD/tmp/db:/var/lib/postgresql/data \
|
||||||
-p 127.0.0.1:5432:5432 \
|
-p 127.0.0.1:5432:5432 \
|
||||||
docker.io/library/postgres:15.2-alpine3.17
|
docker.io/library/postgres:15.2-alpine3.17
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user