Update to Mattermost 3.7.3
This commit is contained in:
parent
a8b4e73882
commit
a29f94d497
@ -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
|
||||
|
||||
|
@ -42,7 +42,7 @@ services:
|
||||
web:
|
||||
build: web
|
||||
ports:
|
||||
- "80:80"
|
||||
- "8080:80"
|
||||
- "443:443"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user