Verzeichnisse updaten

This commit is contained in:
2026-01-18 13:51:07 +01:00
parent ccf2160db7
commit 5a3205749c
8 changed files with 161 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
homebox:
container_name: homebox
restart: "no" #unless-stopped
ports:
- 9100:7745
environment:
- TZ=Europe/Bucharest
- HBOX_OPTIONS_ALLOW_REGISTRATION=false
volumes:
- /opt/homebox/:/data
image: ghcr.io/sysadminsmedia/homebox:latest