Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 732 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 732 Bytes

HomeBox

Docs | Demo | Discord

Quick Start

Configuration & Docker Compose

docker run -d \
  --name homebox \
  --restart unless-stopped \
  --publish 3100:7745 \
  --env TZ=Europe/Bucharest \
  --volume /path/to/data/folder/:/data \
  ghcr.io/hay-kot/homebox:latest

Credits