[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
d52f1eaedf
commit
3bdda665a6
1 changed files with 1 additions and 6 deletions
|
|
@ -29,12 +29,7 @@ services:
|
||||||
image: alpine
|
image: alpine
|
||||||
container_name: emby_logtail
|
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 && 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 "
|
command: /bin/sh -c "apk add --no-cache coreutils && tail -n 0 -F /config/logs/embyserver.txt"
|
||||||
apk add --no-cache coreutils &&
|
|
||||||
for file in /config/logs/*.txt; do
|
|
||||||
tail -n 0 -F \"\$file\" &
|
|
||||||
done
|
|
||||||
wait"
|
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config/emby:/config:ro # Read-only Mount des Emby Config/Logs
|
- /app-config/emby:/config:ro # Read-only Mount des Emby Config/Logs
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue