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" } } }