Update to Mattermost 3.7.3

This commit is contained in:
Pan Luo 2017-03-22 16:52:48 -07:00
parent a8b4e73882
commit a29f94d497
No known key found for this signature in database
GPG Key ID: AD11D35AAC25FB6A
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ENV PATH="/mattermost/bin:${PATH}"
RUN apt-get update && apt-get -y install curl netcat
RUN mkdir -p /mattermost/data
ENV MM_VERSION=3.7.2
ENV MM_VERSION=3.7.3
RUN curl https://releases.mattermost.com/$MM_VERSION/mattermost-team-$MM_VERSION-linux-amd64.tar.gz | tar -xvz

View File

@ -42,7 +42,7 @@ services:
web:
build: web
ports:
- "80:80"
- "8080:80"
- "443:443"
restart: unless-stopped
volumes: