Skip to content

Commit cd48139

Browse files
authored
Merge pull request #3279 from element-hq/af/backend-compose-fix-lk-port-cfg
Fix lk-jwt-service config in example compose file
2 parents 8497f00 + 2ec4b4e commit cd48139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-backend-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
image: ghcr.io/element-hq/lk-jwt-service:latest-ci
77
hostname: auth-server
88
environment:
9-
- LK_JWT_PORT=8080
9+
- LIVEKIT_JWT_PORT=8080
1010
- LIVEKIT_URL=wss://matrix-rtc.m.localhost/livekit/sfu
1111
- LIVEKIT_KEY=devkey
1212
- LIVEKIT_SECRET=secret

0 commit comments

Comments
 (0)