Skip to content
Snippets Groups Projects
Commit edf0a068 authored by PICHOU Kyâne's avatar PICHOU Kyâne
Browse files

Upgrade to Mattermost 4.3.1

parent 4ef9a86f
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ FROM ubuntu:14.04
# Some ENV variables
ENV PATH="/mattermost/bin:${PATH}"
ENV MM_VERSION=4.3.0
ENV MM_VERSION=4.3.1
# Build argument to set Mattermost edition
ARG edition=entreprise
......
......@@ -37,8 +37,6 @@ services:
- MM_DBNAME=mattermost
# in case your config is not in default location
#- MM_CONFIG=/mattermost/config/config.json
links:
- db:db
web:
build: web
......@@ -53,5 +51,3 @@ services:
# Uncomment for SSL
# environment:
# - MATTERMOST_ENABLE_SSL=true
links:
- app:app
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment