Upgraded to Synapse v1.24.0 #26
2 changed files with 3 additions and 3 deletions
|
@ -22,8 +22,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.23.0
|
VERSION: 1.24.0
|
||||||
image: particallydone/amd64_synapse:v38
|
image: particallydone/amd64_synapse:v39
|
||||||
|
|
||||||
# Email
|
# Email
|
||||||
sogo:
|
sogo:
|
||||||
|
|
|
@ -8,7 +8,7 @@ job "im" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "particallydone/amd64_synapse:v38"
|
image = "particallydone/amd64_synapse:v39"
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
readonly_rootfs = true
|
readonly_rootfs = true
|
||||||
command = "python"
|
command = "python"
|
||||||
|
|
Reference in a new issue