feat: Removes user from compose.yaml

This commit is contained in:
2025-03-18 22:51:54 -04:00
parent 56fa6c6ecd
commit 5f1d7a8835
2 changed files with 0 additions and 3 deletions

View File

@@ -4,7 +4,6 @@ services:
container_name: homarr container_name: homarr
image: ghcr.io/ajnart/homarr:latest image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped restart: unless-stopped
user: ${USER_UID}:${USER_GID}
volumes: volumes:
- homarr_config:/app/data/configs - homarr_config:/app/data/configs
- homarr_icons:/app/public/icons - homarr_icons:/app/public/icons

View File

@@ -1,5 +1,3 @@
USER_UID="1000"
USER_GID="1000"
NFS_ADDR="nas.local" NFS_ADDR="nas.local"
HOMARR_CONFIG_MNT=":/var/nfs/shared/<mnt>/homarr/config" HOMARR_CONFIG_MNT=":/var/nfs/shared/<mnt>/homarr/config"
HOMARR_ICONS_MNT=":/var/nfs/shared/<mnt>/homarr/icons" HOMARR_ICONS_MNT=":/var/nfs/shared/<mnt>/homarr/icons"