1
0
mirror of https://github.com/minio/docs.git synced 2025-07-31 18:04:52 +03:00

Fix console port number (#1370)

This commit is contained in:
Guillaume Michaud
2024-11-20 16:57:18 -05:00
committed by GitHub
parent d9d1532d9d
commit 0b1d9a7751
2 changed files with 4 additions and 4 deletions

View File

@ -88,7 +88,7 @@ The following table describes each line of the command and provides additional c
This allows the container to run in the background with an open TTY for bash-like access. This allows the container to run in the background with an open TTY for bash-like access.
* - ``-p 9000:9000 -p 9001:9001`` * - ``-p 9000:9000 -p 9001:9001``
- Binds the ports ``9000`` and ``9090`` on the local machine to the same ports on the container. - Binds the ports ``9000`` and ``9001`` on the local machine to the same ports on the container.
This allows access to the container through the local machine. This allows access to the container through the local machine.
* - ``-v PATHx:/mnt/data-x`` * - ``-v PATHx:/mnt/data-x``
@ -152,7 +152,7 @@ The following table describes each line of the command and provides additional c
The ``API`` and ``CONSOLE`` blocks may include the network interfaces for the container. The ``API`` and ``CONSOLE`` blocks may include the network interfaces for the container.
Clients outside of the container network cannot access the MinIO API or Console using these addresses. Clients outside of the container network cannot access the MinIO API or Console using these addresses.
External access requires using a network address for the container host machine and assumes the host firewall allows access to the related ports (``9000`` and ``9090`` in the examples). External access requires using a network address for the container host machine and assumes the host firewall allows access to the related ports (``9000`` and ``9001`` in the examples).
5) Connect to the MinIO Service 5) Connect to the MinIO Service
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -81,7 +81,7 @@ The following table describes each line of the command and provides additional c
This allows the container to run in the background with an open TTY for bash-like access. This allows the container to run in the background with an open TTY for bash-like access.
* - ``-p 9000:9000 -p 9001:9001`` * - ``-p 9000:9000 -p 9001:9001``
- Binds the ports ``9000`` and ``9090`` on the local machine to the same ports on the container. - Binds the ports ``9000`` and ``9001`` on the local machine to the same ports on the container.
This allows access to the container through the local machine. This allows access to the container through the local machine.
* - ``-v PATH:/data/minio`` * - ``-v PATH:/data/minio``
@ -146,7 +146,7 @@ The command should return a unique ID for the created container.
The ``API`` and ``CONSOLE`` blocks may include the network interfaces for the container. The ``API`` and ``CONSOLE`` blocks may include the network interfaces for the container.
Clients outside of the container network cannot access the MinIO API or Console using these addresses. Clients outside of the container network cannot access the MinIO API or Console using these addresses.
External access requires using a network address for the container host machine and assumes the host firewall allows access to the related ports (``9000`` and ``9090`` in the examples). External access requires using a network address for the container host machine and assumes the host firewall allows access to the related ports (``9000`` and ``9001`` in the examples).
5) Connect to the MinIO Service 5) Connect to the MinIO Service
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~