From 11193b1b6ddfd82d16b0af87c7c9aab39ff38dc8 Mon Sep 17 00:00:00 2001 From: tongkl1 <37258405+tongkl1@users.noreply.github.com> Date: Sat, 16 Mar 2024 05:49:28 -0400 Subject: [PATCH] Fix typo in example yaml file (#922) --- exampleYmlFiles/docker-compose-latest-security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleYmlFiles/docker-compose-latest-security.yml b/exampleYmlFiles/docker-compose-latest-security.yml index 30fd8e25..82014b8e 100644 --- a/exampleYmlFiles/docker-compose-latest-security.yml +++ b/exampleYmlFiles/docker-compose-latest-security.yml @@ -22,7 +22,7 @@ services: DOCKER_ENABLE_SECURITY: "true" SECURITY_ENABLELOGIN: "true" PUID: 1002 - GGID: 1002 + PGID: 1002 UMASK: "022" SYSTEM_DEFAULTLOCALE: en-US UI_APPNAME: Stirling-PDF