From 54156b890cf64bcc6ec25836d527ad0179be0e6e Mon Sep 17 00:00:00 2001 From: sven Date: Mon, 29 Dec 2025 12:46:31 +0100 Subject: [PATCH] Restart Policy auf NO gesetzt --- homebox/compose.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 homebox/compose.yaml diff --git a/homebox/compose.yaml b/homebox/compose.yaml new file mode 100644 index 0000000..d1b4096 --- /dev/null +++ b/homebox/compose.yaml @@ -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