Duplicati compose file

Can someone point me to the latest compose file for Duplicati? Most of those I’ve found so far are for the Linuxserver version.
Thanks,
Ric

What’s wrong with the Linuxserver version?

Hello,
Well, it doesn’t anser the question but I can well understand why you’ve asked.
There’s nothing wrong with the Linuxserver version but the use of UID:GID 1000:1000 (or whetever the user’s credentials are) imposes limitations.
I want to use Duplicati for backing up my docker files including volumes (which are mounted withing the user space of the default user). Those volumes have all sorts of ownershps including root with UID:GID 0:0
If I specify no UID:GID, Duplicati defaults to 911:911 and generates access permission problems. If I use 1000:1000, the same thing happens. Only when I elevate permissions to 0:0 will volumes back up successfully.
Further, changing ownersip of docker volues creates a whole rats nest of further problems for individial containers, so using 1000:1000 isn’t going to work.
Arbitrarily elevating permissions to root level is something I don’t care to do unless there’s a really good reason.
The docker hub version does not set UID:GID, so I am interested to see how that image tackles the problem.
Thanks,
Ric

The duplicati/duplicati container runs as root. So it is the same as setting UID:GID 0:0 for the linuxserver/duplicati container.