From 5f1d7a883564088be17f94f5a68b825bc5ea81c5 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Tue, 18 Mar 2025 22:51:54 -0400 Subject: [PATCH] feat: Removes user from compose.yaml --- compose.yaml | 1 - example.env | 2 -- 2 files changed, 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index b42d28d..7617171 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,7 +4,6 @@ services: container_name: homarr image: ghcr.io/ajnart/homarr:latest restart: unless-stopped - user: ${USER_UID}:${USER_GID} volumes: - homarr_config:/app/data/configs - homarr_icons:/app/public/icons diff --git a/example.env b/example.env index 6fa763e..9b73fa3 100644 --- a/example.env +++ b/example.env @@ -1,5 +1,3 @@ -USER_UID="1000" -USER_GID="1000" NFS_ADDR="nas.local" HOMARR_CONFIG_MNT=":/var/nfs/shared//homarr/config" HOMARR_ICONS_MNT=":/var/nfs/shared//homarr/icons"