set port on minio startup
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user