1
0
mirror of https://github.com/minio/docs.git synced 2026-01-04 02:44:36 +03:00

Including Console Address in systemd envvar file

This commit is contained in:
Ravind Kumar
2024-01-30 12:18:26 -05:00
parent 5cba0951fb
commit 042d0c7145

View File

@@ -21,6 +21,10 @@ The following example provides a starting environment file:
MINIO_VOLUMES="/mnt/data"
# MINIO_OPTS sets any additional commandline options to pass to the MinIO server.
# For example, `--console-address :9001` sets the MinIO Console listen port
MINIO_OPTS="--console-address :9001"
# 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
@@ -57,6 +61,10 @@ The following example provides a starting environment file:
MINIO_VOLUMES="/data-{1...4}"
# MINIO_OPTS sets any additional commandline options to pass to the MinIO server.
# For example, `--console-address :9001` sets the MinIO Console listen port
MINIO_OPTS="--console-address :9001"
# 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.