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

Include port number for the example MINIO_SERVER_URL (#831)

The example environment variable setup does not include port 9000. As a
new user this tripped me up.

---------

Co-authored-by: Ravind Kumar <ravindk89@gmail.com>
This commit is contained in:
Karl Tarbet
2023-04-25 07:30:29 -07:00
committed by GitHub
parent 8ddbea3439
commit 1a0905f70e

View File

@ -24,9 +24,9 @@ The following example provides a starting environment file:
# MINIO_SERVER_URL sets the hostname of the local machine for use with the MinIO Server
# MinIO assumes your network control plane can correctly resolve this hostname to the local machine
# Uncomment the following line and replace the value with the correct hostname for the local machine.
Uncomment the following line and replace the value with the correct hostname for the local machine and port for the MinIO server (9000 by default).
#MINIO_SERVER_URL="http://minio.example.net"
#MINIO_SERVER_URL="http://minio.example.net:9000"
Include any other environment variables as required for your local deployment.
@ -104,4 +104,4 @@ Include any other environment variables as required for your local deployment.
You can then interact with the container using any :mc:`mc` command.
If your local host firewall permits external access to the MinIO S3 API port, other hosts on the same network can access the MinIO deployment using the IP or hostname for your local host.
.. end-common-deploy-connect-to-minio-deployment
.. end-common-deploy-connect-to-minio-deployment