From fbc37a096ff18bf65eb61bb7f67f6914f43e65e0 Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Sat, 23 Mar 2024 03:49:15 +0000 Subject: [PATCH] Update home-tools.yaml --- home-tools.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/home-tools.yaml b/home-tools.yaml index baf2c2f..b9a424a 100644 --- a/home-tools.yaml +++ b/home-tools.yaml @@ -1,14 +1,15 @@ version: '3.7' services: - homarr: - container_name: homarr - image: ghcr.io/ajnart/homarr:latest - restart: unless-stopped + homepage: + image: ghcr.io/gethomepage/homepage:latest + container_name: homepage volumes: - - /dockers/homarr/configs:/app/data/configs - - /dockers/homarr/data:/data - - /dockers/homarr/icons:/app/public/icons + - /dockers/homepage:/app/config # Make sure your local config directory exists + - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods + environment: + PUID: 1000 # read them from .env + PGID: 1000 # read them from .env mealie: container_name: mealie