Merge branch 'master' of git.luxeylab.net:Deuxfleurs/deuxfleurs.fr
This commit is contained in:
commit
e936ebd43f
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ job "directory2" {
|
|||
}
|
||||
|
||||
resources {
|
||||
memory = 100
|
||||
memory = 200
|
||||
network {
|
||||
port "web_port" {}
|
||||
}
|
||||
|
|
|
@ -146,7 +146,7 @@ job "chat" {
|
|||
task "easybridge" {
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "lxpz/easybridge_amd64:21"
|
||||
image = "lxpz/easybridge_amd64:26"
|
||||
port_map {
|
||||
api_port = 8321
|
||||
web_port = 8281
|
||||
|
|
Reference in a new issue