Skip to content

Fixing uid/gid in mylar

Kevin Poorman requested to merge codefriar-dev-patch-59118 into dev

James found a bug in the mylar setup where it wasn't honoring the uid/gid of the user specified. It has to do with the env vars having the wrong keys (in this case UID and GID) when they need to be (for linuxserver.io images) PGID and PUID.

This fixes that. (2 character fix.)

Merge request reports