From 55e13e38372720ac6f27068ab61d1883cec37cb7 Mon Sep 17 00:00:00 2001 From: Philipp Gackstatter Date: Tue, 14 May 2024 09:18:29 +0200 Subject: [PATCH] Remove unnecessary port in docker setup --- docs/maintain/iota-core/2.0/docs/how_tos/using_docker.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/maintain/iota-core/2.0/docs/how_tos/using_docker.md b/docs/maintain/iota-core/2.0/docs/how_tos/using_docker.md index 9bab9da9e22..fb6cfb94e10 100644 --- a/docs/maintain/iota-core/2.0/docs/how_tos/using_docker.md +++ b/docs/maintain/iota-core/2.0/docs/how_tos/using_docker.md @@ -38,7 +38,6 @@ It includes everything required to set up a public node accessible by wallets an 4. Opening up the following ports in your server's firewall: - `15600 TCP` - Used for IOTA-Core gossip. -- `14626 UDP` - Used for IOTA-Core autopeering. - `80 TCP` - Used for HTTP. _(can be changed, see below)_ - `443 TCP` - Used for HTTPS. _(optional if not using HTTPS)_