Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kath0la committed Oct 22, 2024
1 parent d8441da commit 0830b44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ services:
- redis_data:/data
expose:
- 6379
network_mode: host
# The following line might be uncommented to run on MacOS
# for testing and development purposes only.
# network_mode: host
livekit:
image: livekit/livekit-server
command: --dev --redis-host localhost:6379
Expand Down

0 comments on commit 0830b44

Please sign in to comment.