fix docker compose running with no such file error (#519)

* fix docker compose running with no such file error

* fix observability docker compose
This commit is contained in:
majinghe
2025-09-13 13:04:06 +08:00
committed by GitHub
parent f372ccf4a8
commit 4595bf7db6
4 changed files with 19 additions and 15 deletions
+1
View File
@@ -56,4 +56,5 @@ if [ "${RUSTFS_ACCESS_KEY}" = "rustfsadmin" ] || [ "${RUSTFS_SECRET_KEY}" = "rus
fi
echo "Starting: $*"
set -- "$@" $LOCAL_VOLUMES
exec "$@"