forked from Deuxfleurs/infrastructure
Update easybridge container version
This commit is contained in:
parent
3b32ee557b
commit
7f8d647f16
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ job "chat" {
|
||||||
task "easybridge" {
|
task "easybridge" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "lxpz/easybridge_amd64:18"
|
image = "lxpz/easybridge_amd64:19"
|
||||||
port_map {
|
port_map {
|
||||||
api_port = 8321
|
api_port = 8321
|
||||||
web_port = 8281
|
web_port = 8281
|
||||||
|
|
Loading…
Reference in a new issue