From 1c0263e6ee2bc274c7a21fe747ce6547f13e6af7 Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 15 Sep 2026 03:12:34 +0000 Subject: [PATCH] Update DAV_Containers/supernote/compose.yaml --- DAV_Containers/supernote/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DAV_Containers/supernote/compose.yaml b/DAV_Containers/supernote/compose.yaml index 5f10524..f6486b5 100644 --- a/DAV_Containers/supernote/compose.yaml +++ b/DAV_Containers/supernote/compose.yaml @@ -23,8 +23,8 @@ services: SUPERNOTE_MCP_PORT: "8001" # Uncomment if this sits behind a reverse proxy on a public hostname: - # SUPERNOTE_BASE_URL: "https://supernote.yourdomain.com" - # SUPERNOTE_MCP_BASE_URL: "https://supernote-mcp.yourdomain.com" + # SUPERNOTE_BASE_URL: "https://supernote.${DOMAIN_NAME}" + # SUPERNOTE_MCP_BASE_URL: "https://supernote-mcp.${DOMAIN_NAME}" # Uncomment to allow new users to self-register instead of admin-only creation: # SUPERNOTE_ENABLE_REGISTRATION: "true"