just: run db with --replace [skip ci]
This commit is contained in:
parent
e0a7656b2b
commit
395ab701f2
1
justfile
1
justfile
@ -62,6 +62,7 @@ dbstart:
|
||||
mkdir -p tmp/db
|
||||
podman run \
|
||||
--name pg \
|
||||
--replace \
|
||||
--userns=keep-id \
|
||||
--rm \
|
||||
-it \
|
||||
|
Loading…
Reference in New Issue
Block a user