Start prosody with the new flag to force foreground operation

This commit is contained in:
Kim Alvefur 2020-02-13 01:08:16 +01:00
parent 80c6ffc362
commit 47d22ada68

View file

@ -53,4 +53,4 @@ ENTRYPOINT ["/entrypoint.sh"]
EXPOSE 80 443 5222 5269 5347 5280 5281
USER prosody
ENV __FLUSH_LOG yes
CMD ["prosody"]
CMD ["prosody", "-F"]