diff options
Diffstat (limited to 'app/deployment')
-rw-r--r-- | app/deployment/plume.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/deployment/plume.hcl b/app/deployment/plume.hcl index 59ec28a..1bdc332 100644 --- a/app/deployment/plume.hcl +++ b/app/deployment/plume.hcl @@ -17,7 +17,7 @@ job "plume" { task "plume" { driver = "docker" config { - image = "superboum/plume:v1" + image = "superboum/plume:v2" network_mode = "host" ports = [ "web_port" ] #command = "cat" |