diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-04-23 22:04:14 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-04-23 22:04:14 +0200 |
commit | 60ad398c4471b94be9a2b6a13caa17941cb28131 (patch) | |
tree | 928f1918c8c7d25e4deaf848d8392a6bc7088641 /app/plume/deploy/plume.hcl | |
parent | 2695a79e8ad351c8a62a126c2b4d614a12319a07 (diff) | |
download | infrastructure-60ad398c4471b94be9a2b6a13caa17941cb28131.tar.gz infrastructure-60ad398c4471b94be9a2b6a13caa17941cb28131.zip |
Upgrade Plume + debug info
Diffstat (limited to 'app/plume/deploy/plume.hcl')
-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 14f460e..266a665 100644 --- a/app/plume/deploy/plume.hcl +++ b/app/plume/deploy/plume.hcl @@ -23,7 +23,7 @@ job "plume-blog" { driver = "docker" config { - image = "superboum/plume:v7" + image = "superboum/plume:v8" network_mode = "host" ports = [ "web_port" ] #command = "cat" |