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
Was this page helpful?