Compare commits
2 Commits
deb5ad57bf
...
cd59eacbf9
| Author | SHA1 | Date | |
|---|---|---|---|
| cd59eacbf9 | |||
|
|
b9df89c28b |
@@ -58,7 +58,7 @@ services:
|
||||
- postgres-network
|
||||
|
||||
mas:
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:1.4.1
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:1.5.0
|
||||
restart: always
|
||||
working_dir: /config
|
||||
volumes:
|
||||
@@ -77,7 +77,7 @@ services:
|
||||
|
||||
synapse:
|
||||
container_name: synapse
|
||||
image: matrixdotorg/synapse:v1.140.0
|
||||
image: matrixdotorg/synapse:v1.141.0
|
||||
restart: always
|
||||
volumes:
|
||||
- ${SYNAPSE_CONFIG_DIR}:/data
|
||||
|
||||
@@ -61,7 +61,7 @@ services:
|
||||
ports:
|
||||
- 5440:5432
|
||||
mas:
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:1.4.1
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:1.5.0
|
||||
restart: always
|
||||
working_dir: /config
|
||||
volumes:
|
||||
@@ -97,7 +97,7 @@ services:
|
||||
- 5442:5432
|
||||
synapse:
|
||||
container_name: synapse
|
||||
image: matrixdotorg/synapse:v1.140.0
|
||||
image: matrixdotorg/synapse:v1.141.0
|
||||
restart: always
|
||||
volumes:
|
||||
- ${SYNAPSE_CONFIG_DIR}:/data
|
||||
|
||||
Reference in New Issue
Block a user