Skip to content

Commit a8e6a34

Browse files
committed
prosody: completely disable external components
We are no longer using component connections.
1 parent 8587d29 commit a8e6a34

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

prosody/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ COPY rootfs/ /
6666
COPY --from=builder /usr/local/lib/lua /usr/local/lib/lua
6767
COPY --from=builder /usr/local/share/lua /usr/local/share/lua
6868

69-
EXPOSE 5222 5347 5280
69+
EXPOSE 5222 5280
7070

7171
VOLUME ["/config", "/prosody-plugins-custom"]

prosody/rootfs/defaults/prosody.cfg.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ modules_enabled = {
7878
{{ end }}
7979
};
8080

81+
component_ports = { }
8182
https_ports = { }
8283

8384
-- These modules are auto-loaded, but should you want

0 commit comments

Comments
 (0)