Update home-tools.yaml

master
Dex Burgess 2024-03-23 03:49:15 +00:00
parent b3c638c2d5
commit fbc37a096f
1 changed files with 8 additions and 7 deletions

View File

@ -1,14 +1,15 @@
version: '3.7' version: '3.7'
services: services:
homarr: homepage:
container_name: homarr image: ghcr.io/gethomepage/homepage:latest
image: ghcr.io/ajnart/homarr:latest container_name: homepage
restart: unless-stopped
volumes: volumes:
- /dockers/homarr/configs:/app/data/configs - /dockers/homepage:/app/config # Make sure your local config directory exists
- /dockers/homarr/data:/data - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods
- /dockers/homarr/icons:/app/public/icons environment:
PUID: 1000 # read them from .env
PGID: 1000 # read them from .env
mealie: mealie:
container_name: mealie container_name: mealie