mirror of
https://github.com/minio/docs.git
synced 2025-08-06 14:42:56 +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:
@@ -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_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
|
# 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.
|
Include any other environment variables as required for your local deployment.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user