Minha API MinIO está escutando no IP do servidor e na porta 9000. Funciona bem.
No entanto, se eu tentar alterar a porta para 80 e reiniciar o serviço, ele falha ao iniciar:
● minio.service - MinIO
Loaded: loaded (/etc/systemd/system/minio.service; disabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2021-10-25 12:37:04 CEST; 1s ago
Docs: https://docs.min.io
Process: 27026 ExecStartPre=/bin/bash -c if [ -z "${MINIO_VOLUMES}" ]; then echo "Variable MINIO_VOLUMES not set in>
Process: 27027 ExecStart=/usr/local/bin/minio server $MINIO_OPTS $MINIO_VOLUMES (code=exited, status=1/FAILURE)
Main PID: 27027 (code=exited, status=1/FAILURE)
Oct 25 12:37:03 hel-sto-01 systemd[1]: minio.service: Main process exited, code=exited, status=1/FAILURE
Oct 25 12:37:03 hel-sto-01 systemd[1]: minio.service: Failed with result 'exit-code'.
Oct 25 12:37:04 hel-sto-01 systemd[1]: minio.service: Scheduled restart job, restart counter is at 5.
Oct 25 12:37:04 hel-sto-01 systemd[1]: Stopped MinIO.
Oct 25 12:37:04 hel-sto-01 systemd[1]: minio.service: Start request repeated too quickly.
Oct 25 12:37:04 hel-sto-01 systemd[1]: minio.service: Failed with result 'exit-code'.
Oct 25 12:37:04 hel-sto-01 systemd[1]: Failed to start MinIO.
É um novo servidor Ubuntu 20.04 e não tenho nada ouvindo na porta 80.
Assim que volto para a porta 9000, o MinIO funciona normalmente.
Por favor, ajude.
Um usuário sem privilégios está definido no
minio.service
arquivo de unidade?O minio.service padrão usa um usuário sem privilégios.
minio linux-systemd