diff options
Diffstat (limited to 'app/plume')
-rw-r--r-- | app/plume/deploy/plume.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/plume/deploy/plume.hcl b/app/plume/deploy/plume.hcl index 0a82c57..9709c3b 100644 --- a/app/plume/deploy/plume.hcl +++ b/app/plume/deploy/plume.hcl @@ -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" |