From 82758a28c9b8c58ace96df87558807ceef1e6cee Mon Sep 17 00:00:00 2001 From: Elisabeth Kulzer Date: Tue, 13 Jul 2021 11:56:25 +0200 Subject: [PATCH] Improvements in usability. --- scripts/upgrade-from-mattermost-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade-from-mattermost-docker.sh b/scripts/upgrade-from-mattermost-docker.sh index 53985ff..19fdd2c 100755 --- a/scripts/upgrade-from-mattermost-docker.sh +++ b/scripts/upgrade-from-mattermost-docker.sh @@ -5,7 +5,7 @@ set -e ## ## Instructions ## -# Dockerfile stolen from contributions in this issue: +# Dockerfile stolen from contributions in this issue: https://github.com/mattermost/mattermost-docker/issues/489#issuecomment-790277661 # 1. Edit the variables below to match your environment. This uses default variables and assumes you're on 5.31.0. # If you're wanting to use another version of Postgres/Mattermost , update the variables as desired.