Update Element-matrix

This commit is contained in:
2025-12-17 19:26:16 +01:00
parent 8d3b32fa1f
commit 2a0ad031c8

View File

@@ -1,5 +1,7 @@
# Guide: # Guide:
# https://medium.com/@sncr28/deploying-a-matrix-server-with-element-chat-in-docker-compose-with-nginx-reverse-proxy-cc9850fd32f8 # https://medium.com/@sncr28/deploying-a-matrix-server-with-element-chat-in-docker-compose-with-nginx-reverse-proxy-cc9850fd32f8
#
# Create containers from the /docker folder, not from Portainer
version: '2.3' version: '2.3'
networks: networks:
@@ -29,6 +31,7 @@ services:
db: db:
image: docker.io/postgres:17-alpine image: docker.io/postgres:17-alpine
container_name: synapse-db container_name: synapse-db
restart: unless-stopped
environment: environment:
- POSTGRES_USER=synapse - POSTGRES_USER=synapse
- POSTGRES_PASSWORD=changeme - POSTGRES_PASSWORD=changeme