1
0
mirror of https://github.com/coltoneshaw/CS-Repro-Mattermost.git synced 2025-12-23 18:11:34 +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: services:
# mysql: # mysql:
# container_name: cs-repro-mysql # container_name: cs-repro-mysql
@@ -131,7 +129,7 @@ services:
depends_on: depends_on:
postgres: postgres:
condition: service_healthy condition: service_healthy
image: mattermost/mattermost-enterprise-edition:release-9.0 image: mattermost/mattermost-enterprise-edition:release-9.6
restart: unless-stopped restart: unless-stopped
security_opt: security_opt:
- no-new-privileges:true - no-new-privileges:true