fix: enable experimental-websocket via NODE_OPTIONS

This commit is contained in:
hermes
2026-04-23 14:12:28 +00:00
parent 59be8ea8ed
commit 1b3fd5f7d7
+2 -1
View File
@@ -7,7 +7,6 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
# Map your local host folder to the container's vault folder # Map your local host folder to the container's vault folder
# Syntax: - /absolute/path/on/your/host:/vault
- ${VAULT_HOST_PATH}:/vault - ${VAULT_HOST_PATH}:/vault
# Persist the sync session and config so you don't have to 'ob login' on every restart # Persist the sync session and config so you don't have to 'ob login' on every restart
@@ -16,3 +15,5 @@ services:
- .env - .env
environment: environment:
- TZ=UTC - TZ=UTC
# Enable the experimental WebSocket global required by obsidian-headless
- NODE_OPTIONS=--experimental-websocket