N0x0n, 1 year ago (edited 5 months ago) Ugh permission issues… I have no idea how the shotshare image works, but an easier method is to specify the puid/pgid in the docker-compose: <span style="color:#323232;">environment: </span><span style="color:#323232;"> - PUID=82 </span><span style="color:#323232;"> - PGID=82 </span> If the docker image supports it, the –user flag is also helpful :). I know those works with volume mounts, no idea about bind mounts.
Ugh permission issues…
I have no idea how the shotshare image works, but an easier method is to specify the puid/pgid in the docker-compose:
<span style="color:#323232;">environment: </span><span style="color:#323232;"> - PUID=82 </span><span style="color:#323232;"> - PGID=82 </span>
If the docker image supports it, the –user flag is also helpful :).
–user
I know those works with volume mounts, no idea about bind mounts.