forked from Deuxfleurs/infrastructure
Nomad config for synapse v1.24.0
This commit is contained in:
parent
ad064dddbc
commit
bcb3964417
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue