[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
3bdda665a6
commit
ef63dccf04
1 changed files with 0 additions and 1 deletions
|
|
@ -28,7 +28,6 @@ services:
|
||||||
emby_logtail:
|
emby_logtail:
|
||||||
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 && tail -n 0 -F /config/logs/embyserver.txt"
|
command: /bin/sh -c "apk add --no-cache coreutils && tail -n 0 -F /config/logs/embyserver.txt"
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue