From 317696c8266fc90bc919726602f99a828a19e159 Mon Sep 17 00:00:00 2001 From: Nico Melone Date: Wed, 11 Mar 2026 09:38:41 -0500 Subject: [PATCH] changed port for server --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index f3a5571..6d5c119 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,6 +8,6 @@ services: stop_signal: SIGINT restart: always ports: - - '8000:8000' + - '8005:8000' volumes: - ./app:/app \ No newline at end of file