diff --git a/justfile b/justfile index 6fc775d..6de1f8e 100644 --- a/justfile +++ b/justfile @@ -36,6 +36,7 @@ gen: dbstart: podman run \ --name pg \ + --userns=keep-id \ --rm \ -it \ -e POSTGRES_PASSWORD=postgres \