Configuring a Home Lab Self-Hosted Dashboard with Homarr
… After the folders are created, you can use the Docker Compose file below to create a Project in Container Manager . version: '3' services: homarr: container name: homarr image: ghcr.io/ajnart/homarr:latest restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock - /volume1/docke… …