mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
use less common port for JWT service
This commit is contained in:
parent
430337e725
commit
65742db4f2
@ -6,7 +6,7 @@
|
||||
}
|
||||
},
|
||||
"livekit": {
|
||||
"livekit_service_url": "http://localhost:8080"
|
||||
"livekit_service_url": "http://localhost:8009"
|
||||
},
|
||||
"features": {
|
||||
"feature_use_device_session_member_events": true
|
||||
|
@ -18,7 +18,7 @@ services:
|
||||
condition: on-failure
|
||||
ports:
|
||||
# HOST_PORT:CONTAINER_PORT
|
||||
- 8080:8080
|
||||
- 8009:8080
|
||||
networks:
|
||||
- ecbackend
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user