From 74ffe6debd724cae8ef4b58b55f519c89cf85b13 Mon Sep 17 00:00:00 2001 From: PxlLoewe <72106766+PxlLoewe@users.noreply.github.com> Date: Mon, 26 May 2025 23:29:46 -0700 Subject: [PATCH] changed Dispatch Port --- docker-compose.prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 4b7bcb77..66f861b0 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -19,7 +19,7 @@ services: # LIVEKIT_API_SECRET: ${LIVEKIT_API_SECRET} container_name: dispatch ports: - - "3000:3000" + - "3001:3000" env_file: - ./apps/dispatch/.env