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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user