enhancement logs output for container deployment (#1090)

This commit is contained in:
majinghe
2025-12-10 11:14:05 +08:00
committed by GitHub
parent ef261deef6
commit 8b3d4ea59b
5 changed files with 19 additions and 22 deletions

View File

@@ -81,12 +81,11 @@ ENV RUSTFS_ADDRESS=":9000" \
RUSTFS_CORS_ALLOWED_ORIGINS="*" \
RUSTFS_CONSOLE_CORS_ALLOWED_ORIGINS="*" \
RUSTFS_VOLUMES="/data" \
RUST_LOG="warn" \
RUSTFS_OBS_LOG_DIRECTORY="/logs"
RUST_LOG="warn"
EXPOSE 9000 9001
VOLUME ["/data", "/logs"]
VOLUME ["/data"]
USER rustfs