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
fix: configure minio-init as service_completed_successfully in compose
The minio-init init container exits after completing its setup task (exit 0).
Configure it in aether-runner's depends_on with service_completed_successfully
so docker compose up --wait doesn't treat the exit as a failure.
0 commit comments