From 99ab6af73396c4a30439cb3ec1ecbbb8e03336c2 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Thu, 23 Oct 2025 20:39:42 -0700 Subject: [PATCH] for package check --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a48187733..f47b3ff02 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -113,8 +113,8 @@ services: frontend: build: - context: ./surfsense_web - # image: ghcr.io/modsetter/surfsense_ui:latest + # context: ./surfsense_web + image: ghcr.io/modsetter/surfsense_ui:latest args: NEXT_PUBLIC_FASTAPI_BACKEND_URL: ${NEXT_PUBLIC_FASTAPI_BACKEND_URL:-http://localhost:8000} NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE: ${NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE:-LOCAL}