mirror of
https://github.com/balena-io/open-balena.git
synced 2025-01-18 02:40:09 +00:00
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:
parent
6fdc700806
commit
da4c1678ec
@ -154,9 +154,9 @@ services:
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "3128:3128"
|
||||
expose:
|
||||
- "222"
|
||||
- "3128"
|
||||
- "5432"
|
||||
- "6379"
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user