From f19beaa263845c2d653b76c5118e16aa3c62a1ad Mon Sep 17 00:00:00 2001 From: Mike Liao Date: Tue, 29 Oct 2024 20:33:34 -0700 Subject: [PATCH] udpate default port for content --- app/content/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/content/Dockerfile b/app/content/Dockerfile index f4b33ed..61ffd71 100644 --- a/app/content/Dockerfile +++ b/app/content/Dockerfile @@ -9,7 +9,7 @@ ENV CENTRAL_STORAGE_WEBAPI_URL_BASE="" #site_settings ENV SERVICE_API_ACCESS_HOST=0.0.0.0 -ENV SERVICE_API_ACCESS_PORT=8007 +ENV SERVICE_API_ACCESS_PORT=8013 ENV MONGODB_NAME="freeleaps2" ENV MONGODB_URI="mongodb://freeleaps2-mongodb:27017"