Restart docker container but cant access the server

I started the docker container and its running but I cant reach http://localhost:8065 or cant use mobile app.

version: 5.1.0
Installed by docker command that:
docker run --name mattermost-preview -d --publish 8065:8065 mattermost/mattermost-preview

Screenshot%20from%202018-07-21%2010-42-05

I started the container after reboot with terminal using the command: “docker start mattermost-preview”. When I check it on the terminal it’s looks like running but I cant reach the server from app or web browser. It was normally running before reboot the Ubuntu server.

Hi @pichouk! This is docker related so I’m pinging you to take a look, but please let me know if it makes more sense for me to ping one of our devs to look at this.

Hi @bedireray,

I don’t know what you are trying to do, but I want you to notice that it is recommend to use the mattermost-docker set of Docker images, mattermost-docker-preview is only for tests/dev purpose.

However, I can try to help you with the preview image (even if I never used it). Can you past the result of docker logs mattermost-preview please ? And also try curl http://localhost:8065.