Update Element-matrix
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Guide:
|
||||
# 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'
|
||||
|
||||
networks:
|
||||
@@ -29,6 +31,7 @@ services:
|
||||
db:
|
||||
image: docker.io/postgres:17-alpine
|
||||
container_name: synapse-db
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=synapse
|
||||
- POSTGRES_PASSWORD=changeme
|
||||
@@ -47,4 +50,4 @@ services:
|
||||
- /docker/synapse/element-config.json:/app/config.json
|
||||
networks:
|
||||
frontend:
|
||||
ipv4_address: 172.20.0.x
|
||||
ipv4_address: 172.20.0.x
|
||||
|
||||
Reference in New Issue
Block a user