Skip to content

Commit

Permalink
Update docker compose file to host redis on localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
kath0la committed Oct 22, 2024
1 parent 3b1e63b commit d8441da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
- redis_data:/data
expose:
- 6379
network_mode: host
livekit:
image: livekit/livekit-server
command: --dev --redis-host localhost:6379
Expand All @@ -25,4 +26,4 @@ services:
logging:
level: debug
volumes:
redis_data:
redis_data:

0 comments on commit d8441da

Please sign in to comment.