From 87d679464ab154775037c9a374e6fa4330a3c5ea Mon Sep 17 00:00:00 2001 From: JuLi0n21 Date: Sun, 22 Sep 2024 09:13:53 +0200 Subject: [PATCH] uhh --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 2dc0193..80e5a0a 100644 --- a/start.sh +++ b/start.sh @@ -4,7 +4,7 @@ REPO_URL="https://github.com/juli0n21/pwa-player.git" REPO_DIR=$(pwd) BACKEND_IMAGE="proxy" FRONTEND_IMAGE="frontend" -BACKEND_CONTAINER="backend-container" +BACKEND_CONTAINER="proxy-container" FRONTEND_CONTAINER="frontend-container" BACKEND_PORT="5001" FRONTEND_PORT="5002"