set port on minio startup

This commit is contained in:
2024-11-10 21:00:48 -07:00
parent 91ea3430f2
commit 04a9664bee

View File

@ -40,7 +40,7 @@ Environment=MINIO_ROOT_USER=minio_root_user_60c4cbcd
Environment=MINIO_ROOT_PASSWORD=74fcd51acc7bfeca02223ce516324a Environment=MINIO_ROOT_PASSWORD=74fcd51acc7bfeca02223ce516324a
EnvironmentFile=-/etc/default/minio EnvironmentFile=-/etc/default/minio
ExecStart=/usr/local/bin/minio server /mnt/md0/minio/ ExecStart=/usr/local/bin/minio server --console-address ":45855" /mnt/md0/minio/
# Let systemd restart this service always # Let systemd restart this service always
Restart=always Restart=always
# Specifies the maximum file descriptor number that can be opened by this process # Specifies the maximum file descriptor number that can be opened by this process