From c0e47d63f8652f5ca91b9c4ee8713e9098ce7039 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Thu, 23 Oct 2025 21:04:14 -0700 Subject: [PATCH] fix: docker --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f47b3ff02..a48187733 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}