chore: supress podman-compose warning

This commit is contained in:
Pallav Vasa 2025-05-20 20:53:45 +00:00
parent a3f393b844
commit e5dc78049a

View File

@ -1,2 +1,2 @@
#!/bin/bash
EDITOR=nvim CONTAINER_CONNECTION=my-remote tmux new-session -s "$1"
PODMAN_COMPOSE_WARNING_LOGS=false EDITOR=nvim CONTAINER_CONNECTION=my-remote tmux new-session -s "$1"