We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d428a8 commit b235ea1Copy full SHA for b235ea1
prosody/Dockerfile
@@ -54,6 +54,6 @@ COPY rootfs/ /
54
COPY --from=builder /usr/local/lib/lua /usr/local/lib/lua
55
COPY --from=builder /usr/local/share/lua /usr/local/share/lua
56
57
-EXPOSE 5222 5269 5347 5280
+EXPOSE 5222 5347 5280
58
59
VOLUME ["/config", "/prosody-plugins-custom"]
prosody/rootfs/defaults/prosody.cfg.lua
@@ -84,7 +84,7 @@ https_ports = { }
84
modules_disabled = {
85
-- "offline"; -- Store offline messages
86
-- "c2s"; -- Handle client connections
87
- -- "s2s"; -- Handle server-to-server connections
+ "s2s"; -- Handle server-to-server connections
88
};
89
90
-- Disable account creation by default, for security
0 commit comments