qBittorrent
sudo podman network create --interface-name net-external --ipv6 net-external
sudo podman run -d --name=qbittorrent \
-e PUID=985 -e PGID=985 -e TZ=Europe/Paris -e WEBUI_PORT=8080 \
-p '[::1]:8080:8080' -p 127.0.0.1:8080:8080 -p 6881:6881 -p 6881:6881/udp \
-v /var/opt/qbittorrent/config:/config:Z -v /data/downloads:/downloads:Z \
--restart always \
--network net-external \
lscr.io/linuxserver/qbittorrent:latest