From 302d96e2350f35413cdffd67dfcf86f85d855b0e Mon Sep 17 00:00:00 2001 From: komodo Date: Mon, 12 Jan 2026 09:04:13 +0100 Subject: [PATCH] [Komodo] admin: Write Stack File: update compose.yaml --- compose.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/compose.yaml b/compose.yaml index a595a8a..0c71a98 100644 --- a/compose.yaml +++ b/compose.yaml @@ -41,16 +41,4 @@ services: - emby_sascha_network volumes: - /app-config/frpc/frpc.toml:/etc/frp/frpc.toml - - alloy: - image: grafana/alloy:latest - container_name: alloy - volumes: - - /app-config/alloy/config.alloy:/etc/alloy/config.alloy:ro - - /var/run/docker.sock:/var/run/docker.sock - - /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 + \ No newline at end of file