mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-01-29 12:29:43 +01:00
build
This commit is contained in:
18
homebox/docker-compose.yml
Normal file
18
homebox/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
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:
|
||||||
|
- 3100:7745
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
data:
|
||||||
|
driver: local
|
||||||
Reference in New Issue
Block a user