From bf840a2c26381e688d3c1345d138daf3a77795d4 Mon Sep 17 00:00:00 2001 From: komodo Date: Thu, 24 Apr 2025 20:36:56 +0000 Subject: [PATCH] [Komodo] admin: Write Compose File: update compose.yaml --- compose.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/compose.yaml b/compose.yaml index c38e0fe..d352e44 100644 --- a/compose.yaml +++ b/compose.yaml @@ -25,14 +25,9 @@ services: emby_sascha_network: emby_logtail: - image: busybox:latest + image: alpine container_name: emby_logtail - command: /bin/sh -c " - while true; do - find /config/logs -name '*.txt' | sort | uniq > /tmp/files.txt - xargs -a /tmp/files.txt tail -F - sleep 5 - done" + command: /bin/sh -c "apk add --no-cache coreutils && tail -n 0 -F /config/logs/embyserver.txt" volumes: - /app-config/emby:/config:ro # Read-only Mount des Emby Config/Logs restart: unless-stopped \ No newline at end of file