Skip to content

Commit 2ec4b4e

Browse files
committed
Fix lk-jwt-service config in example compose file
The port config name was changed in v0.2.0
1 parent 8497f00 commit 2ec4b4e

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)