Make synapse use runc runtime

Signed-off-by: Tommy Tran <contact@tommytran.io>
This commit is contained in:
Tommy Tran 2023-06-04 06:08:04 -07:00
parent 15f60065a7
commit 728e7362dd
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ services:
- no-new-privileges:true
cap_drop:
- ALL
#Runtime should always be runc, otherwise load average with gVisor will be extremely high
runtime: runc
postgres:
image: docker.io/postgres-15:alpine