<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Chris</title>
    <description>The latest articles on DEV Community by Chris (@impossible98).</description>
    <link>https://dev.to/impossible98</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F361984%2F8f35c018-9b73-4c2f-9642-9b26bb205a77.png</url>
      <title>DEV Community: Chris</title>
      <link>https://dev.to/impossible98</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/impossible98"/>
    <language>en</language>
    <item>
      <title>Plex</title>
      <dc:creator>Chris</dc:creator>
      <pubDate>Tue, 25 Apr 2023 13:21:13 +0000</pubDate>
      <link>https://dev.to/impossible98/plex-9ma</link>
      <guid>https://dev.to/impossible98/plex-9ma</guid>
      <description>&lt;h1&gt;
  
  
  Plex
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Usage
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;cat&lt;/span&gt; &lt;span class="o"&gt;&amp;gt;&lt;/span&gt; docker-compose.yml &lt;span class="o"&gt;&amp;lt;&amp;lt;-&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="no"&gt;EOF&lt;/span&gt;&lt;span class="sh"&gt;'
# https://hub.docker.com/r/plexinc/pms-docker
# Port: 32400
version: "3"

services:
  plex:
    image: plexinc/pms-docker
    devices:
      - "/dev/dri:/dev/dri"
    network_mode: host
    restart: always
    volumes:
      - ./plex/config/:/config/
      - ./plex/transcode/:/transcode/
      - /:/data/
&lt;/span&gt;&lt;span class="no"&gt;
EOF
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
  </channel>
</rss>
