Migrate from Plume from v0.6.0 to v0.7.0RC
This commit is contained in:
parent
338a8ec7da
commit
68575d2654
2 changed files with 3 additions and 3 deletions
|
@ -79,8 +79,8 @@ services:
|
|||
build:
|
||||
context: ./plume/build/plume
|
||||
args:
|
||||
VERSION: 0.6.0
|
||||
image: superboum/plume:v2
|
||||
VERSION: v0.7.0
|
||||
image: superboum/plume:v3
|
||||
|
||||
postfix:
|
||||
build:
|
||||
|
|
|
@ -17,7 +17,7 @@ job "plume" {
|
|||
task "plume" {
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "superboum/plume:v2"
|
||||
image = "superboum/plume:v3"
|
||||
network_mode = "host"
|
||||
ports = [ "web_port" ]
|
||||
#command = "cat"
|
||||
|
|
Reference in a new issue