Start prosody with the new flag to force foreground operation
This commit is contained in:
parent
80c6ffc362
commit
47d22ada68
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue