diff --git a/compose.yaml b/compose.yaml index 3dfb468..df3450d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -23,3 +23,11 @@ services: - "8096:8096" networks: emby_sascha_network: + + emby_logtail: + image: busybox:latest + container_name: emby_logtail + command: /bin/sh -c "tail -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