just: run pg with user namespaces [skip ci]

This commit is contained in:
leo 2023-05-04 00:12:39 +02:00
parent ecd3330ea8
commit 6c47b6e354
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

@ -36,6 +36,7 @@ gen:
dbstart:
podman run \
--name pg \
--userns=keep-id \
--rm \
-it \
-e POSTGRES_PASSWORD=postgres \