aws: Upgrade to Mattermost 3.1.0

This commit is contained in:
Yi EungJun 2016-06-21 19:20:34 +09:00
parent 0cd5beb897
commit 777d8c6fd3

View File

@ -23,7 +23,7 @@
"containerDefinitions": [ "containerDefinitions": [
{ {
"name": "app", "name": "app",
"image": "npcode/mattermost-app:latest", "image": "mattermost/mattermost-prod-app:latest",
"memory": 128, "memory": 128,
"mountPoints": [ "mountPoints": [
{ {
@ -47,7 +47,7 @@
}, },
{ {
"name": "db", "name": "db",
"image": "npcode/mattermost-db:latest", "image": "mattermost/mattermost-prod-db:latest",
"memory": 128, "memory": 128,
"mountPoints": [ "mountPoints": [
{ {