diff options
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/platoo.hcl | 2 |
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 } |