fix: enable experimental-websocket via NODE_OPTIONS
This commit is contained in:
+2
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user