From f181edc8f2ff3ce4b6d48938dfc73931ecfa2279 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 27 Mar 2026 21:14:22 -0700 Subject: [PATCH] feat: update livekit (#698) --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index e1e84b6f..a01c965e 100644 --- a/compose.yml +++ b/compose.yml @@ -70,8 +70,8 @@ services: MAILDEV_INCOMING_PASS: smtp livekit: - image: ghcr.io/stoatchat/livekit-server:v1.9.9 + image: ghcr.io/stoatchat/livekit-server:v1.9.13 command: --config /etc/livekit.yml network_mode: "host" volumes: - - ./livekit.yml:/etc/livekit.yml \ No newline at end of file + - ./livekit.yml:/etc/livekit.yml