diff --git a/apps/mattermost/10.7.0/.env.sample b/apps/mattermost/10.9.2/.env.sample similarity index 100% rename from apps/mattermost/10.7.0/.env.sample rename to apps/mattermost/10.9.2/.env.sample diff --git a/apps/mattermost/10.7.0/data.yml b/apps/mattermost/10.9.2/data.yml similarity index 100% rename from apps/mattermost/10.7.0/data.yml rename to apps/mattermost/10.9.2/data.yml diff --git a/apps/mattermost/10.7.0/data/bleve/.gitkeep b/apps/mattermost/10.9.2/data/bleve/.gitkeep similarity index 100% rename from apps/mattermost/10.7.0/data/bleve/.gitkeep rename to apps/mattermost/10.9.2/data/bleve/.gitkeep diff --git a/apps/mattermost/10.7.0/data/client/plugins/.gitkeep b/apps/mattermost/10.9.2/data/client/plugins/.gitkeep similarity index 100% rename from apps/mattermost/10.7.0/data/client/plugins/.gitkeep rename to apps/mattermost/10.9.2/data/client/plugins/.gitkeep diff --git a/apps/mattermost/10.7.0/data/config/.gitkeep b/apps/mattermost/10.9.2/data/config/.gitkeep similarity index 100% rename from apps/mattermost/10.7.0/data/config/.gitkeep rename to apps/mattermost/10.9.2/data/config/.gitkeep diff --git a/apps/mattermost/10.7.0/data/data/.gitkeep b/apps/mattermost/10.9.2/data/data/.gitkeep similarity index 100% rename from apps/mattermost/10.7.0/data/data/.gitkeep rename to apps/mattermost/10.9.2/data/data/.gitkeep diff --git a/apps/mattermost/10.7.0/data/logs/.gitkeep b/apps/mattermost/10.9.2/data/logs/.gitkeep similarity index 100% rename from apps/mattermost/10.7.0/data/logs/.gitkeep rename to apps/mattermost/10.9.2/data/logs/.gitkeep diff --git a/apps/mattermost/10.7.0/data/plugins/.gitkeep b/apps/mattermost/10.9.2/data/plugins/.gitkeep similarity index 100% rename from apps/mattermost/10.7.0/data/plugins/.gitkeep rename to apps/mattermost/10.9.2/data/plugins/.gitkeep diff --git a/apps/mattermost/10.7.0/docker-compose.yml b/apps/mattermost/10.9.2/docker-compose.yml similarity index 96% rename from apps/mattermost/10.7.0/docker-compose.yml rename to apps/mattermost/10.9.2/docker-compose.yml index 7b2050a9..cff56a22 100644 --- a/apps/mattermost/10.7.0/docker-compose.yml +++ b/apps/mattermost/10.9.2/docker-compose.yml @@ -1,6 +1,6 @@ services: mattermost: - image: "mattermost/mattermost-team-edition:10.7.0" + image: "mattermost/mattermost-team-edition:10.9.2" container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/apps/mattermost/10.7.0/scripts/init.sh b/apps/mattermost/10.9.2/scripts/init.sh similarity index 100% rename from apps/mattermost/10.7.0/scripts/init.sh rename to apps/mattermost/10.9.2/scripts/init.sh