25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

Container: Revert change in entrypoint that was added in d15cf994a

This commit is contained in:
Badlop 2023-04-11 15:12:33 +02:00
parent 38eb50bf5c
commit 34420444db

View File

@ -170,5 +170,5 @@ USER $USER
VOLUME ["/$HOME"]
EXPOSE 1883 4369-4399 5210 5222 5269 5280 5443
ENTRYPOINT ["/sbin/tini","--"]
CMD ["ejabberdctl", "foreground"]
ENTRYPOINT ["/sbin/tini","--","/usr/local/bin/ejabberdctl"]
CMD ["foreground"]