diff --git a/docker-compose.yml b/docker-compose.yml index e50d7a9..834ff84 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: restart: ${RESTART_POLICY} security_opt: - no-new-privileges:true - pids_limit: 100 + pids_limit: 200 read_only: true tmpfs: - /tmp @@ -31,7 +31,7 @@ services: restart: ${RESTART_POLICY} security_opt: - no-new-privileges:true - pids_limit: 200 + pids_limit: 400 read_only: ${MATTERMOST_CONTAINER_READONLY} tmpfs: - /tmp