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
|
||||
args:
|
||||
# https://github.com/matrix-org/synapse/releases
|
||||
VERSION: 1.19.2
|
||||
image: superboum/amd64_synapse:v34
|
||||
VERSION: 1.20.0
|
||||
image: superboum/amd64_synapse:v35
|
||||
|
||||
# Email
|
||||
sogo:
|
||||
|
|
|
@ -8,7 +8,7 @@ job "im" {
|
|||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "superboum/amd64_synapse:v34"
|
||||
image = "superboum/amd64_synapse:v35"
|
||||
readonly_rootfs = true
|
||||
port_map {
|
||||
client_port = 8008
|
||||
|
|
Loading…
Reference in a new issue