From 38342e7f7c6056f1b8e836af5716aa81cf445310 Mon Sep 17 00:00:00 2001 From: komodo Date: Sat, 26 Apr 2025 16:07:12 +0000 Subject: [PATCH] [Komodo] admin: Write Compose File: update compose.yaml --- compose.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index c81035f..0f2073d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -62,9 +62,11 @@ services: volumes: - /app-config/alloy/config.alloy:/etc/alloy/config.alloy:ro - /var/run/docker.sock:/var/run/docker.sock - - /app-config/emby/logs/embyserver.txt:/var/log/embyserver.txt:ro + - /app-config/emby/logs/:/var/log/emby/ command: > run --server.http.listen-addr=0.0.0.0:12345 --storage.path=/var/lib/alloy/data /etc/alloy/config.alloy - restart: unless-stopped \ No newline at end of file + restart: unless-stopped + networks: + - emby_chris_network \ No newline at end of file