1
0
mirror of https://github.com/coltoneshaw/CS-Repro-Mattermost.git synced 2025-12-23 10:01:30 +01:00

Merge pull request #9 from svelle/main

Update Mattermost image version to 9.6 and remove obsolute version directive
This commit is contained in:
Colton Shaw
2024-03-27 09:50:04 -04:00
committed by GitHub

View File

@@ -1,5 +1,3 @@
version: "3.9"
services:
# mysql:
# container_name: cs-repro-mysql
@@ -131,7 +129,7 @@ services:
depends_on:
postgres:
condition: service_healthy
image: mattermost/mattermost-enterprise-edition:release-9.0
image: mattermost/mattermost-enterprise-edition:release-9.6
restart: unless-stopped
security_opt:
- no-new-privileges:true