Restart Policy auf NO gesetzt

This commit is contained in:
2025-12-29 12:46:31 +01:00
parent d364d6df3d
commit 54156b890c
+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