mattermost / docker

Install Mattermost server via Docker
Apache License 2.0
335 stars 205 forks source link

[GH-128] Removed problematic `security_opt`: `no-new-privileges` #135

Open ZelnickB opened 1 year ago

ZelnickB commented 1 year ago

Summary

This pull request removes the no-new-privileges security_opt from the services defined in the /docker-compose.yml file, as it causes errors when attempting to start the containers (see #128). Removing the security option seems to resolve the problem.

Ticket Link

Fixes https://github.com/mattermost/docker/issues/128