Use stable version of mtg for run.sh

This commit is contained in:
9seconds
2019-11-25 10:31:40 +03:00
parent a65cb05d20
commit 6b9601fc2c
+1 -1
View File
@@ -34,7 +34,7 @@ MTG_SECRET="$MTG_CONFIG/secret"
MTG_ENV="$MTG_CONFIG/env"
if [ ! -f "$MTG_ENV" ]; then
MTG_IMAGENAME="${MTG_IMAGENAME:-nineseconds/mtg:latest}"
MTG_IMAGENAME="${MTG_IMAGENAME:-nineseconds/mtg:stable}"
MTG_PORT="${MTG_PORT:-3128}"
MTG_CONTAINER="${MTG_CONTAINER:-mtg}"