just: run pg with user namespaces [skip ci]
This commit is contained in:
parent
ecd3330ea8
commit
6c47b6e354
1
justfile
1
justfile
@ -36,6 +36,7 @@ gen:
|
||||
dbstart:
|
||||
podman run \
|
||||
--name pg \
|
||||
--userns=keep-id \
|
||||
--rm \
|
||||
-it \
|
||||
-e POSTGRES_PASSWORD=postgres \
|
||||
|
Loading…
Reference in New Issue
Block a user