Add UMASK (with default) to compose template

This commit is contained in:
Lockszmith (@Kateryna) 2025-03-19 22:53:00 -04:00
parent 5bb44a6926
commit 26471c1cfe
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ services:
environment:
PUID: "${HOST_UID}"
PGID: "${HOST_GID}"
UMASK: "${HOST_UMASK:-022}"
# RUNTIPI Environment
RUNTIPI_APP_PORT: "${APP_PORT}"
RUNTIPI_APP_ID: "${APP_ID}"