mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2024-10-01 08:25:44 -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
|
||||
|
||||
postgres:
|
||||
image: docker.io/postgres:alpine
|
||||
image: docker.io/postgres-15:alpine
|
||||
restart: unless-stopped
|
||||
container_name: postgres
|
||||
# Change that password, of course!
|
||||
@ -52,6 +52,7 @@ services:
|
||||
# - ALL
|
||||
#tmpfs:
|
||||
# - /var/run/postgresql:size=50M,mode=0770,uid=70,gid=70,noexec,nosuid,nodev
|
||||
shm_size: 1g
|
||||
|
||||
element:
|
||||
image: vectorim/element-web:latest
|
||||
|
Loading…
Reference in New Issue
Block a user