cdrage / containerfiles

My Containerfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

matterhorn requires /etc/localtime

sfischme opened this issue · comments

Matterhorn requires /etc/localtime.

The image can be used as is, but requires this to launch:

 docker run -it --rm \
  -v /etc/localtime:/etc/localtime \
  -e MM_USER=foobar@domain.com \
  -e MM_PASS=foobar \
  -e MM_HOST=gitlab.mattermost.com \
  -e MM_PORT=443 \
  --name matterhorn \
  cdrage/matterhorn

Otherwise, it's crashing at the moment.

Thank you! Sorry about the MASSIVE 4 year delay. Going to update this lol.