From 4bf66cb12c3bbbd26ac614657b86325e11ea0047 Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 29 Aug 2024 23:11:52 +0200 Subject: [PATCH] Update PostgreSQL version --- .config/zellij/layouts/collective-score.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zellij/layouts/collective-score.kdl b/.config/zellij/layouts/collective-score.kdl index c0f5437..bb2e5ce 100644 --- a/.config/zellij/layouts/collective-score.kdl +++ b/.config/zellij/layouts/collective-score.kdl @@ -29,7 +29,7 @@ layout { tab name="bg" split_direction="vertical"{ pane { command "podman" - args "run" "-it" "--tz" "Europe/Berlin" "-e" "TZ=Europe/Berlin" "-e" "PGTZ=Europe/Berlin" "--rm" "-p" "5432:5432" "-v" "/home/mo8it/.tmp/cs_server_db:/var/lib/postgresql/data:Z" "--env-file" "crates/server/.env" "docker.io/library/postgres:15" + args "run" "-it" "--tz" "Europe/Berlin" "-e" "TZ=Europe/Berlin" "-e" "PGTZ=Europe/Berlin" "--rm" "-p" "5432:5432" "-v" "/home/mo8it/.tmp/cs_server_db:/var/lib/postgresql/data:Z" "--env-file" "crates/server/.env" "docker.io/library/postgres:16" } } }