forked from Deuxfleurs/infrastructure
Upgrade synapse 1.20.0
This commit is contained in:
parent
9460862c18
commit
3afe80b158
2 changed files with 3 additions and 3 deletions
|
@ -15,8 +15,8 @@ services:
|
||||||
context: ./matrix-synapse
|
context: ./matrix-synapse
|
||||||
args:
|
args:
|
||||||
# https://github.com/matrix-org/synapse/releases
|
# https://github.com/matrix-org/synapse/releases
|
||||||
VERSION: 1.19.2
|
VERSION: 1.20.0
|
||||||
image: superboum/amd64_synapse:v34
|
image: superboum/amd64_synapse:v35
|
||||||
|
|
||||||
# Email
|
# Email
|
||||||
sogo:
|
sogo:
|
||||||
|
|
|
@ -8,7 +8,7 @@ job "im" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_synapse:v34"
|
image = "superboum/amd64_synapse:v35"
|
||||||
readonly_rootfs = true
|
readonly_rootfs = true
|
||||||
port_map {
|
port_map {
|
||||||
client_port = 8008
|
client_port = 8008
|
||||||
|
|
Loading…
Reference in a new issue