How to Completely Monitor your Home Lab - WunderTech
… You can install the hub locally or by using Docker , but this is the Docker Compose file I used in the past to get it working. services: beszel: image: henrygd/beszel container name: beszel restart: unless-stopped ports: - 8090:8090 volumes: - /home/frank/docker/beszel :/beszel data beszel-agent: i… …