Commit Graph

4 Commits

Author SHA1 Message Date
Yi EungJun
459e3822ec web: Comment the configuration for redirecting to 443 2016-01-25 01:42:35 +00:00
Yi EungJun
7c5a13661d Remove unnecessary server_name 2016-01-25 01:42:07 +00:00
Frank Maker
586b885473 Add trailing backslash to fix "not a directory" error
Running this Dockerfile on Fedora 22 throws a "not a directory" error when it reaches "ADD cert/cert.pem /cert". Adding a backslash to the path resolves the issue.
2016-01-05 11:34:08 -08:00
Yi EungJun
4cf5bdc8c8 Docker for mattermost in production
1. Put cert.pem into web/cert and key-no-password.pem into web/cert/private.
2. docker-compose up -d

The settings of the servers are based on
https://github.com/mattermost/platform/blob/master/doc/install/Production-Ubuntu.md.

app/config_docker.json is based on
https://raw.githubusercontent.com/mattermost/platform/master/config/config.json.
2015-11-30 17:54:49 +09:00