diff options
Diffstat (limited to 'cluster/prod/app/bagage')
-rw-r--r-- | cluster/prod/app/bagage/deploy/bagage.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/prod/app/bagage/deploy/bagage.hcl b/cluster/prod/app/bagage/deploy/bagage.hcl index fbb571d..76dff22 100644 --- a/cluster/prod/app/bagage/deploy/bagage.hcl +++ b/cluster/prod/app/bagage/deploy/bagage.hcl @@ -13,8 +13,8 @@ job "bagage" { network { port "web_port" { - static = 8080 - to = 8080 + static = 8015 + to = 8015 } port "ssh_port" { static = 2222 |