필자는 flame과 heimdal 이 후로 homarr라는 컨테이너를 구축해 보았다. 간단하고 가벼운 컨테이너이며, UI도 깔끔하다. 또한 한 곳에서 모든 서비스를 접속 가능하다. 또한 서비스 등록 시 자동 감지하여, 아이콘도 자동 삽입되는 듯하다. homarr 서비스 한번 써보고, 괜찮으면 사용하는 것도 나쁘지 않다. docker-compose.yml 파일 docker-compose.yml version: '3' services: homarr: container_name: homarr image: ghcr.io/ajnart/homarr:latest restart: unless-stopped volumes: - ./homarr/configs:/app/data/configs - ./homarr/icons:..