diff --git a/authentik.yaml b/authentik.yaml index 37ede4e..004f642 100644 --- a/authentik.yaml +++ b/authentik.yaml @@ -15,8 +15,8 @@ services: POSTGRES_USER: ${PG_USER:-authentik} POSTGRES_DB: ${PG_DB:-authentik} TZ: America/Chicago - PGID: 1001 - PUID: 999 + PGID: 998 + PUID: 1001 UMASK: 002 networks: - netgrimoire @@ -36,8 +36,8 @@ services: timeout: 3s environment: TZ: America/Chicago - PGID: 1001 - PUID: 999 + PGID: 998 + PUID: 1001 UMASK: 002 volumes: - /data/nfs/Baxter/Docker/Authentik/redis:/data @@ -56,8 +56,8 @@ services: AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik} AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS} TZ: America/Chicago - PGID: 1001 - PUID: 999 + PGID: 998 + PUID: 1001 UMASK: 002 volumes: - /data/nfs/Baxter/Docker/Authentik/media:/media @@ -91,8 +91,8 @@ services: AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik} AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS} TZ: America/Chicago - PGID: 1001 - PUID: 999 + PGID: 998 + PUID: 1001 UMASK: 002 # `user: root` and the docker socket volume are optional. # See more for the docker socket integration here: