From 2aaa62eb500689f9366f3acd6b4b152569c2f33b Mon Sep 17 00:00:00 2001 From: Viren070 Date: Sun, 6 Apr 2025 23:15:46 +0100 Subject: [PATCH] fix: remove PUID/PGID for uptime-kuma --- apps/uptime-kuma/compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/uptime-kuma/compose.yaml b/apps/uptime-kuma/compose.yaml index 8d666f7..152546a 100644 --- a/apps/uptime-kuma/compose.yaml +++ b/apps/uptime-kuma/compose.yaml @@ -3,9 +3,9 @@ services: image: louislam/uptime-kuma:latest container_name: kuma restart: unless-stopped - environment: - PUID: ${PUID} - PGID: ${PGID} + # environment: + # PUID: ${PUID} + # PGID: ${PGID} expose: - 3001 labels: