[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
89af79f7ec
commit
2b3502dc9f
1 changed files with 9 additions and 1 deletions
|
|
@ -25,6 +25,14 @@ services:
|
|||
networks:
|
||||
emby_chris_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
|
||||
|
||||
netdata:
|
||||
image: netdata/netdata:latest
|
||||
container_name: netdata
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue