mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2024-10-01 08:25:44 -04:00
Set postgres runtime to runc
Signed-off-by: Tommy Tran <contact@tommytran.io>
This commit is contained in:
parent
06f63c3c9b
commit
15f60065a7
8
Synapse-Docker-Compose.code-workspace
Normal file
8
Synapse-Docker-Compose.code-workspace
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|
@ -58,6 +58,8 @@ services:
|
|||||||
#tmpfs:
|
#tmpfs:
|
||||||
# - /var/run/postgresql:size=50M,mode=0770,uid=70,gid=70,noexec,nosuid,nodev
|
# - /var/run/postgresql:size=50M,mode=0770,uid=70,gid=70,noexec,nosuid,nodev
|
||||||
shm_size: 1g
|
shm_size: 1g
|
||||||
|
#Runtime should always be runc, otherwise load average with gVisor will be extremely high
|
||||||
|
runtime: runc
|
||||||
|
|
||||||
element:
|
element:
|
||||||
image: vectorim/element-web:latest
|
image: vectorim/element-web:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user