Files
nexus/wiki/sources/docker-homarr-installation.md
2026-04-17 08:38:12 +08:00

36 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "用Docker安装Homarr"
type: source
tags: [docker, homarr, dashboard]
date: 2026-04-17
---
## Source File
- [[raw/Home Office/用Docker安装Homarr.md]]
## Summary
- 核心主题:使用 Docker Compose 部署 Homarr 仪表板应用
- 问题域家庭网络服务部署、Homarr 仪表板安装配置
- 方法/机制Docker 容器化部署,通过 docker-compose.yml 定义服务
- 结论/价值:快速部署一个集成多种服务入口的仪表板
## Key Claims
- Homarr 可通过 Docker 快速部署
- 容器需要挂载 Docker Socket 以实现服务集成
- 环境变量 SECRET_ENCRYPTION_KEY 用于数据加密
## Key Quotes
> "docker-compose.yml" — Homarr 容器化部署配置文件
## Key Concepts
- [[Docker Compose]]:多容器 Docker 应用定义工具
- [[容器化仪表板]]Homarr 作为家庭网络服务入口
## Key Entities
- [[Homarr]]:开源仪表板应用,集成多种服务
## Connections
- [[Homarr]] ← deployed_by ← [[Docker Compose]]
## Contradictions
- (暂无冲突)