Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 455 Bytes

homarr.md

File metadata and controls

23 lines (18 loc) · 455 Bytes

Homarr

Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr).


docker-compose.yml

---
services:
  homarr:
    image: ghcr.io/ajnart/homarr:latest
    container_name: homarr
    restart: unless-stopped
    volumes:
      - ./homarr/configs:/app/data/configs
      - ./homarr/icons:/app/public/icons
    ports:
      - 7575:7575