From da4c1678eccc54f61987e07add0830e14ea1fdcb Mon Sep 17 00:00:00 2001 From: Akis Kesoglou Date: Fri, 29 Jan 2021 17:02:31 +0200 Subject: [PATCH] SECURITY: Close tunneling port (3128) Port 3128, which was used for tunneling into devices, was plain TCP and has now been closed. Tunnelling is now via `tunnel.mydomain.com:443` (see #101). balena-cli versions before v12.38.5 are now incompatible and using the tunnel command will throw an error. Refs: #101 Change-type: patch --- compose/services.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/services.yml b/compose/services.yml index 726c3ae..3d3a09e 100644 --- a/compose/services.yml +++ b/compose/services.yml @@ -154,9 +154,9 @@ services: ports: - "80:80" - "443:443" - - "3128:3128" expose: - "222" + - "3128" - "5432" - "6379" networks: