default to browser enabled

This commit is contained in:
Daniel Chalef 2025-11-05 10:49:04 -08:00
parent f12bfd6a5f
commit c69a12ccba

View file

@ -6,6 +6,7 @@ services:
- "3000:3000" # FalkorDB web UI
environment:
- FALKORDB_PASSWORD=${FALKORDB_PASSWORD:-}
- BROWSER=${BROWSER:-1} # Enable FalkorDB Browser UI (set to 0 to disable)
volumes:
- falkordb_data:/data
healthcheck: