[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
b0792df53c
commit
ef997fa849
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue