Add UMASK (with default) to compose template
This commit is contained in:
parent
5bb44a6926
commit
26471c1cfe
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue