mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2024-12-24 23:59:26 -05:00
Make synapse use runc runtime
Signed-off-by: Tommy Tran <contact@tommytran.io>
This commit is contained in:
parent
15f60065a7
commit
728e7362dd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user