Volumes:
You can add your media as one or many volumes. But make sure you map a volume/folder to c:\plex in the container. This will be used to save the configuration as Windows Registry file.
Example Docker Compose:
version: '3.5'
services:
plex:
image: jhnrn/plex-server
restart: unless-stopped
container_name: "plex"
hostname: plex-server
volumes:
- S:\config\:c:\plex
- M:\:c:\media
Content type
Image
Digest
sha256:dd68ac759…
Size
2.9 GB
Last updated
about 4 years ago
docker pull jhnrn/plex-server