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 8587d29 commit a8e6a34Copy full SHA for a8e6a34
prosody/Dockerfile
@@ -66,6 +66,6 @@ COPY rootfs/ /
66
COPY --from=builder /usr/local/lib/lua /usr/local/lib/lua
67
COPY --from=builder /usr/local/share/lua /usr/local/share/lua
68
69
-EXPOSE 5222 5347 5280
+EXPOSE 5222 5280
70
71
VOLUME ["/config", "/prosody-plugins-custom"]
prosody/rootfs/defaults/prosody.cfg.lua
@@ -78,6 +78,7 @@ modules_enabled = {
78
{{ end }}
79
};
80
81
+component_ports = { }
82
https_ports = { }
83
84
-- These modules are auto-loaded, but should you want
0 commit comments