Transmission Container in Podman not stopping

Hi

I’ve been trying to update podman container (transmission), to do so am trying to stop the container but it won’t stop and spitting this error.

WARN[0010] StopSignal SIGTERM failed to stop container transmission in 10 seconds, resorting to SIGKILL 
transmission

Podman Version
Client: Podman Engine
Version: 4.4.2
API Version: 4.4.2
Go Version: go1.19.6
Built: Wed Mar 1 16:52:59 2023
OS/Arch: linux/amd64

NAME="Fedora Linux"
VERSION="37 (Workstation Edition)"

So , How to stop the container and update it.

Regards
Rajesh

Hi
I could stop the container by using

systemctl --user stop transmission.service command, where i saved my unit files ie., ~/.config/systemd/user.
I stopped, removed and updated container through “podman-compose -d”

Check this will be very useful https://fedoramagazine.org/auto-updating-podman-containers-with-systemd/

Thanks