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}