Skip to content

Commit

Permalink
chore: Update dev livekit server to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KallynGowdy committed Nov 8, 2024
1 parent e9fac43 commit f3f58e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.dev-otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
ports:
- '6379:6379'
livekit:
image: livekit/livekit-server:v1.6.1
image: livekit/livekit-server:v1.8.0
command: --config /etc/livekit.yaml
restart: always
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- enable_ipv6
command: ['redis-server', '--bind', '0.0.0.0', '::']
livekit:
image: livekit/livekit-server:v1.6.1
image: livekit/livekit-server:v1.8.0
restart: always
depends_on:
- redis
Expand Down

0 comments on commit f3f58e2

Please sign in to comment.