summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2025-11-09 09:22:42 +0100
committerPatrick Spek <p.spek@tyil.nl>2025-11-09 09:22:42 +0100
commitaca4bb8ccce69cac76797869827cbb6b8fa78694 (patch)
treed9bee75432779004d2cd6abf70f5386397939be0
parent0f5bff8a50b94b5f088741b8c120a21e9f387b13 (diff)
downloadprosody-aca4bb8ccce69cac76797869827cbb6b8fa78694.tar.gz
prosody-aca4bb8ccce69cac76797869827cbb6b8fa78694.tar.bz2
Update CMD to start up prosody
-rw-r--r--Containerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile
index 5b8ada1..3ac21a1 100644
--- a/Containerfile
+++ b/Containerfile
@@ -17,4 +17,4 @@ RUN chmod 0755 /entrypoint.sh
RUN mkdir -p /etc/prosody/conf.d /var/run/prosody
RUN chown prosody:prosody /etc/prosody/conf.d /var/run/prosody
-CMD [ "/usr/bin/tini", "--", "/entrypoint.sh" ]
+CMD [ "/usr/bin/tini", "--", "/entrypoint.sh", "prosody", "-F" ]