diff --git a/pages/iri/usage/install-iri-docker.mdx b/pages/iri/usage/install-iri-docker.mdx
index 90f3ded..2e5382e 100644
--- a/pages/iri/usage/install-iri-docker.mdx
+++ b/pages/iri/usage/install-iri-docker.mdx
@@ -72,11 +72,11 @@ Start the IRI node.
### Using the Prebuilt Docker Container from Dockerhub
-{`docker run -d -p 14265:14265 -p 14600:14600 -p 14600:14600/udp -v /path/to/data:/iri/data --name iri iotaledger/iri:latest --remote -p 14265`}
+{`docker run -d -p 14265:14265 -p 15600:15600 -p 14600:14600/udp -v /path/to/data:/iri/data --name iri iotaledger/iri:latest --remote -p 14265`}
### Using the Docker Container built from source
-{`docker run -d -p 14265:14265 -p 14600:14600 -p 14600:14600/udp -v /path/to/data:/iri/data --name iri iri:latest --remote -p 14265`}
+{`docker run -d -p 14265:14265 -p 15600:15600 -p 14600:14600/udp -v /path/to/data:/iri/data --name iri iri:latest --remote -p 14265`}
### Logging
@@ -103,7 +103,7 @@ If you wish to have the IRI container start on every boot, add the following fla
IRI by default uses three ports. These ports need to be mapped to machine from an external static IP address.
* UDP neighbor peering port (default is 14600)
- * TCP neighbor peering port (default is 14600)
+ * TCP neighbor peering port (default is 15600)
* TCP API port (default is 14265)
### Checking the Node Status