Moving from docker run -> docker compose on Synology

Server Version#: 4.152.0

I run Plex Media Server on my Synology and I run it in a docker container. It appears in Synology’s Container Manager under Containers which I think means it’s started with a docker run command. But I hear that all the cool kids run things with docker compose and in Synology’s GUI that’s under the Container Managers Project tab. So I did a docker inspect and captured that output to throw it at the AI gawds which gave me a compose.yaml file. But using that to create a Project fails with pemrission problems on my libraries.

So I’m thinking, what’s the official way to use docker compose with Plex?