change UID/GID to PUID/PGID; legacy name also supported (#889)

This commit is contained in:
Alex Shnitman
2026-02-06 15:31:01 +02:00
parent 46fbf92c00
commit 96e1863a68
3 changed files with 14 additions and 11 deletions

View File

@@ -69,8 +69,8 @@ RUN BGUTIL_TAG="$(curl -Ls -o /dev/null -w '%{url_effective}' https://github.com
COPY app ./app
COPY --from=builder /metube/dist/metube ./ui/dist/metube
ENV UID=1000
ENV GID=1000
ENV PUID=1000
ENV PGID=1000
ENV UMASK=022
ENV DOWNLOAD_DIR /downloads