just: fix db init args [skip ci]
This commit is contained in:
parent
3a2f85f683
commit
7b5366daa4
2
justfile
2
justfile
@ -66,7 +66,7 @@ dbstart:
|
|||||||
--rm \
|
--rm \
|
||||||
-it \
|
-it \
|
||||||
-e POSTGRES_PASSWORD=postgres \
|
-e POSTGRES_PASSWORD=postgres \
|
||||||
-e POSTGRES_INITDB_ARGS="--auth-host=scram-sha-256 --auth-local=scram-sha-256"
|
-e POSTGRES_INITDB_ARGS="--auth-host=scram-sha-256 --auth-local=scram-sha-256" \
|
||||||
-v $PWD/tmp/db:/var/lib/postgresql/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