prosody: disable s2s module

Not used, not needed.
This commit is contained in:
Saúl Ibarra Corretgé 2020-05-27 23:15:39 +02:00
parent 1d428a8440
commit b235ea1261
2 changed files with 2 additions and 2 deletions

View File

@ -54,6 +54,6 @@ COPY rootfs/ /
COPY --from=builder /usr/local/lib/lua /usr/local/lib/lua COPY --from=builder /usr/local/lib/lua /usr/local/lib/lua
COPY --from=builder /usr/local/share/lua /usr/local/share/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"] VOLUME ["/config", "/prosody-plugins-custom"]

View File

@ -84,7 +84,7 @@ https_ports = { }
modules_disabled = { modules_disabled = {
-- "offline"; -- Store offline messages -- "offline"; -- Store offline messages
-- "c2s"; -- Handle client connections -- "c2s"; -- Handle client connections
-- "s2s"; -- Handle server-to-server connections "s2s"; -- Handle server-to-server connections
}; };
-- Disable account creation by default, for security -- Disable account creation by default, for security