You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!/bin/bashuntil mc aliassetlocal http://minio:9000 minio minio123;do sleep 1;done;
mc admin config setlocal notify_webhook:1 endpoint=http://host.docker.internal:8000/report auth_token=ignore
mc admin service restart localecho"exit: $?"
docker compose up, which prints:
Added `local` successfully.
Successfully applied new settings.
Please restart your server 'mc admin service restart local'.
mc: <ERROR> Unable to initialize service restart UI: could not open a new TTY: open /dev/tty: no such device or address.
exit: 1
mc --version
inside minio/mc:latest
mc version RELEASE.2025-08-13T08-35-41Z (commit-id=7394ce0dd2a80935aded936b09fa12cbb3cb8096)
untime: go1.24.6 linux/arm64
Copyright (c) 2015-2025 MinIO, Inc.
License GNU AGPLv3 <https://www.gnu.org/licenses/agpl-3.0.html>
System information
# docker compose version
Docker Compose version v2.39.4-desktop.1
Expected behavior
No error, service restarts.
Actual behavior
Error gets printed, the restart doesn't fail
Steps to reproduce the behavior
docker compose up, which prints:mc --version
inside
minio/mc:latestSystem information
# docker compose version Docker Compose version v2.39.4-desktop.1