themeatsweats
themeatsweats
HHomarr
Created by themeatsweats on 8/19/2023 in #💬・get-help
stuck on docker integration
evening, all. trying to get homarr working with all of my containers and i am not seeing anything reflected in the UI or logs to say this is working (or even that it's broken). config:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
environment:
- TZ=America/New_York
restart: unless-stopped
volumes:
- /home/docker/homarr/configs:/app/data/configs
- /home/docker/homarr/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
environment:
- TZ=America/New_York
restart: unless-stopped
volumes:
- /home/docker/homarr/configs:/app/data/configs
- /home/docker/homarr/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock
40 replies