Blame

4bc407 mb tech 2026-01-12 21:28:14
updated homebox
1
# Homebox
aa0c44 mb tech 2026-01-13 15:03:01
updated
2
3
## compose.yml
4bc407 mb tech 2026-01-12 21:28:14
updated homebox
4
```yaml
e3e265 mb tech 2026-01-13 15:04:26
updated
5
---
4bc407 mb tech 2026-01-12 21:28:14
updated homebox
6
services:
7
homebox:
8
image: ghcr.io/hay-kot/homebox:latest
9
container_name: homebox
10
restart: unless-stopped
11
environment:
12
- HBOX_LOG_LEVEL=info
13
- HBOX_LOG_FORMAT=text
14
- HBOX_WEB_MAX_UPLOAD_SIZE=10
15
- HBOX_OPTIONS_ALLOW_REGISTRATION=false
16
volumes:
17
- ./homebox-data:/data/
18
ports:
19
- 3100:7745
20
21
volumes:
22
homebox-data:
23
driver: local
24
```