diff options
Diffstat (limited to 'app/plume/deploy/plume.hcl')
-rw-r--r-- | app/plume/deploy/plume.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/plume/deploy/plume.hcl b/app/plume/deploy/plume.hcl index 9709c3b..b1d5b9c 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:v3" + image = "superboum/plume:v4" network_mode = "host" ports = [ "web_port" ] #command = "cat" @@ -35,7 +35,7 @@ job "plume" { } resources { - memory = 100 + memory = 300 cpu = 100 } |