mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-01-29 12:29:43 +01:00
18 lines
365 B
YAML
18 lines
365 B
YAML
services:
|
|
homebox:
|
|
image: ghcr.io/hay-kot/homebox:latest
|
|
# image: ghcr.io/hay-kot/homebox:latest-rootless
|
|
container_name: homebox
|
|
restart: always
|
|
environment:
|
|
- HBOX_LOG_LEVEL=info
|
|
- HBOX_LOG_FORMAT=text
|
|
- HBOX_WEB_MAX_UPLOAD_SIZE=10
|
|
volumes:
|
|
- data:/data/
|
|
ports:
|
|
- 3104:7745
|
|
|
|
volumes:
|
|
data:
|
|
driver: local |