mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-02 15:51:05 +02:00
prosody: disable s2s module
Not used, not needed.
This commit is contained in:
parent
1d428a8440
commit
b235ea1261
@ -54,6 +54,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 5269 5347 5280
|
||||
EXPOSE 5222 5347 5280
|
||||
|
||||
VOLUME ["/config", "/prosody-plugins-custom"]
|
||||
|
||||
@ -84,7 +84,7 @@ https_ports = { }
|
||||
modules_disabled = {
|
||||
-- "offline"; -- Store offline messages
|
||||
-- "c2s"; -- Handle client connections
|
||||
-- "s2s"; -- Handle server-to-server connections
|
||||
"s2s"; -- Handle server-to-server connections
|
||||
};
|
||||
|
||||
-- Disable account creation by default, for security
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user