aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-05-23 11:49:33 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-05-23 11:49:33 +0200
commit8bfa9fd1871d3fdafb701caa5c3e08d4fac1d687 (patch)
tree55565d39164ad844fed83e714e6269e20ea5bbb7
parent5ec3668d5f5b96012d359722b94c40f7f9a7a50b (diff)
downloadinfrastructure-8bfa9fd1871d3fdafb701caa5c3e08d4fac1d687.tar.gz
infrastructure-8bfa9fd1871d3fdafb701caa5c3e08d4fac1d687.zip
fix image
-rw-r--r--nomad/platoo.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomad/platoo.hcl b/nomad/platoo.hcl
index e9b9498..508bb2e 100644
--- a/nomad/platoo.hcl
+++ b/nomad/platoo.hcl
@@ -11,7 +11,7 @@ job "platoo" {
task "nodejs" {
driver = "docker"
config {
- image = "victorm/platoo:v1"
+ image = "victormoi/platoo:v1"
port_map {
web_port = 8080
}