podman run -d \
  --name=plex \
  --network host \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Asia/Hong_Kong \
  -e VERSION=docker \
  -e PLEX_CLAIM="claim-4YzMBVQ3bx_m-_1AQ4Zr" \
  -v /home/plex/config:/config:Z \
  -v /home/plex/transcode:/transcode:Z \
  -v /mnt/btrfs-raid/media:/data/media:z \
  --restart unless-stopped \
  docker.io/linuxserver/plex:latest
