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:
|
dbstart:
|
||||||
podman run \
|
podman run \
|
||||||
--name pg \
|
--name pg \
|
||||||
|
--userns=keep-id \
|
||||||
--rm \
|
--rm \
|
||||||
-it \
|
-it \
|
||||||
-e POSTGRES_PASSWORD=postgres \
|
-e POSTGRES_PASSWORD=postgres \
|
||||||
|
Loading…
Reference in New Issue
Block a user