mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-07 02:01:00 +02:00
prosody: completely disable external components
We are no longer using component connections.
This commit is contained in:
parent
8587d29a05
commit
a8e6a34fde
@ -66,6 +66,6 @@ COPY rootfs/ /
|
||||
COPY --from=builder /usr/local/lib/lua /usr/local/lib/lua
|
||||
COPY --from=builder /usr/local/share/lua /usr/local/share/lua
|
||||
|
||||
EXPOSE 5222 5347 5280
|
||||
EXPOSE 5222 5280
|
||||
|
||||
VOLUME ["/config", "/prosody-plugins-custom"]
|
||||
|
||||
@ -78,6 +78,7 @@ modules_enabled = {
|
||||
{{ end }}
|
||||
};
|
||||
|
||||
component_ports = { }
|
||||
https_ports = { }
|
||||
|
||||
-- These modules are auto-loaded, but should you want
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user