From b92036614832408d820a4d92776eab4ed9807ab4 Mon Sep 17 00:00:00 2001 From: Viyurz Date: Tue, 1 Oct 2024 11:16:20 +0200 Subject: [PATCH] [env.yml] Add Podman socket --- pyenv.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyenv.yml b/pyenv.yml index 6bad144..fe8f70d 100644 --- a/pyenv.yml +++ b/pyenv.yml @@ -1,6 +1,7 @@ domain: viyurz.fr timezone: "Europe/Paris" host_uid: 1000 +socket: "/run/user/${env['host_uid']}/podman/podman.sock" # UID shift for mapping between host & containers uid_shift: 99999