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