diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-04-19 10:50:38 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-04-19 10:50:38 +0200 |
commit | 68575d2654c69c929f0fb9f73c80e9f3a1490b9d (patch) | |
tree | 6a08b74d4985fbca45a14240f4ef9a2e07e92955 /app/plume | |
parent | 338a8ec7da79ecaccb70f2fbd7cecd385a32fae7 (diff) | |
download | infrastructure-68575d2654c69c929f0fb9f73c80e9f3a1490b9d.tar.gz infrastructure-68575d2654c69c929f0fb9f73c80e9f3a1490b9d.zip |
Migrate from Plume from v0.6.0 to v0.7.0RC
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" |