Hi,
I managed to install the docker containers mattermost-prod-app and mattermost-prod-db without using the docker-compose (I am using this on Plesk ONYX hosting), and after setting up the database connection to prod-db container, everything works when I start the platform by hand (docker exec -ti matermost-prod.... ) - the problem is that I can not manage to get it run by 'itself'.
I was looking at the docker-entry.sh but do not understand why does it not start the platform at the container startup.
Is there a simple way to start the platform 'as a service' in the prod-app container, as this is the only thing missing for me to have this work?