Skip to content
Snippets Groups Projects
Unverified Commit 6f1be0c2 authored by L3D's avatar L3D Committed by GitHub
Browse files

typo in docker-compose.yml.chat_example fixed

parent 547e171a
No related branches found
No related tags found
No related merge requests found
...@@ -16,17 +16,17 @@ services: ...@@ -16,17 +16,17 @@ services:
# Media server url: # Media server url:
- BBB_STREAM_URL=rtmp://media_server_url/stream/stream_key - BBB_STREAM_URL=rtmp://media_server_url/stream/stream_key
# Enable chat functionality # Enable chat functionality
-BBB_ENABLE_CHAT=true - BBB_ENABLE_CHAT=true
# show chat in live stream # show chat in live stream
-BBB_SHOW_CHAT=false - BBB_SHOW_CHAT=false
# Set REDIS host (default: 'redis') # Set REDIS host (default: 'redis')
-BBB_REDIS_HOST=redis - BBB_REDIS_HOST=redis
# Set REDIS channel to subscribe (default: 'chat') # Set REDIS channel to subscribe (default: 'chat')
-BBB_REDIS_CHANNEL=chat - BBB_REDIS_CHANNEL=chat
# Username for the chat (default: 'Chat') # Username for the chat (default: 'Chat')
-BBB_CHAT_NAME=Chat -BBB_CHAT_NAME=Chat
networks: networks:
- app-tier - app-tier
networks: networks:
app-tier: app-tier:
driver: bridge driver: bridge
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment