From 05c55a6bf7f265345fac11755d5ba2694fc49942 Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Tue, 15 Jul 2025 17:54:16 +0000 Subject: [PATCH] Update home-tools.yaml --- home-tools.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/home-tools.yaml b/home-tools.yaml index 68983d8..4366590 100644 --- a/home-tools.yaml +++ b/home-tools.yaml @@ -1,14 +1,14 @@ services: -# homepage: -# image: ghcr.io/gethomepage/homepage:latest -# container_name: homepage -# volumes: -# - /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 + homepage: + image: ghcr.io/gethomepage/homepage:latest + container_name: homepage + volumes: + - /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 # watchyourlan: # image: aceberg/watchyourlan:v2