From 3bdda665a658c42bfbfbbcc9546e9adef8b783d3 Mon Sep 17 00:00:00 2001 From: komodo Date: Thu, 24 Apr 2025 20:34:15 +0000 Subject: [PATCH] [Komodo] admin: Write Compose File: update compose.yaml --- compose.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/compose.yaml b/compose.yaml index 3c3377e..e64e831 100644 --- a/compose.yaml +++ b/compose.yaml @@ -29,12 +29,7 @@ services: image: alpine container_name: emby_logtail #command: /bin/sh -c "apk add --no-cache coreutils && while true; do find /config/logs -name '*.txt' -o -name '*.log' | sort | uniq > /tmp/files.txt && xargs -a /tmp/files.txt tail -n 0 -F; sleep 5; done" - command: /bin/sh -c " - apk add --no-cache coreutils && - for file in /config/logs/*.txt; do - tail -n 0 -F \"\$file\" & - done - wait" + 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