Update docker-compose.yaml
All checks were successful
Updates/open-webui-ollama-docker-deploy/pipeline/head This commit looks good

This commit is contained in:
2025-11-19 06:59:36 -05:00
parent 566b2a6f4e
commit c87b533525

View File

@@ -112,7 +112,7 @@ services:
OAUTH_MERGE_ACCOUNTS_BY_EMAIL: true
# Redis Support
ENABLE_WEBSOCKET_SUPPORT: True
ENABLE_WEBSOCKET_SUPPORT: False
WEBSOCKET_MANAGER: redis # This is the default, no need to set explicitly unless changing
WEBSOCKET_REDIS_URL: redis://redis:6379/0
REDIS_URL: redis://redis:6379/0 # Also set for app state, using the same instance