mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2025-03-11 04:59:28 -04:00
Pin postgres version and increase shm size
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
1d762de261
commit
119d59569d
@ -32,7 +32,7 @@ services:
|
|||||||
- ALL
|
- ALL
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: docker.io/postgres:alpine
|
image: docker.io/postgres-15:alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: postgres
|
container_name: postgres
|
||||||
# Change that password, of course!
|
# Change that password, of course!
|
||||||
@ -52,6 +52,7 @@ services:
|
|||||||
# - ALL
|
# - ALL
|
||||||
#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
|
||||||
|
|
||||||
element:
|
element:
|
||||||
image: vectorim/element-web:latest
|
image: vectorim/element-web:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user