Question
I have installed mattermost, but I can't access my droplet ip.
After updating and installing docker, I installed Mattermost software through these lines:
$ docker run –name mattermost-dev -d –publish 8065:80 mattermost/platform
Checking through ssh, the application runs just fine, but I can’t access it through the droplets ip adress.
What am I doing wrong?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×