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
This commit is contained in:
Akis Kesoglou 2021-01-29 17:02:31 +02:00
parent 6fdc700806
commit da4c1678ec

View File

@ -154,9 +154,9 @@ services:
ports:
- "80:80"
- "443:443"
- "3128:3128"
expose:
- "222"
- "3128"
- "5432"
- "6379"
networks: