justfile: fix typo [skip ci]
This commit is contained in:
parent
8e25f30cd8
commit
73ad9ada66
2
justfile
2
justfile
@ -81,7 +81,7 @@ dbstart:
|
||||
-e POSTGRES_INITDB_ARGS="--auth-host=scram-sha-256 --auth-local=scram-sha-256" \
|
||||
-v $PWD/tmp/db:/var/lib/postgresql/data:Z \
|
||||
-p 127.0.0.1:5432:5432 \
|
||||
--health-cmd "sh -c 'pg_isready -U postgres -d posgres'" \
|
||||
--health-cmd "sh -c 'pg_isready -U postgres -d postgres'" \
|
||||
--health-on-failure kill \
|
||||
--health-retries 3 \
|
||||
--health-interval 10s \
|
||||
|
Loading…
Reference in New Issue
Block a user