delete sink file path env and update readme file with container user change (#852)

* update container user change in readme file

* delete sink file path env vars

---------

Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
majinghe
2025-11-14 13:00:15 +08:00
committed by GitHub
parent 9d553620cf
commit 3cf565e847
5 changed files with 11 additions and 10 deletions

View File

@@ -82,9 +82,8 @@ ENV RUSTFS_ADDRESS=":9000" \
RUSTFS_CONSOLE_CORS_ALLOWED_ORIGINS="*" \
RUSTFS_VOLUMES="/data" \
RUST_LOG="warn" \
RUSTFS_OBS_LOG_DIRECTORY="/logs" \
RUSTFS_SINKS_FILE_PATH="/logs"
RUSTFS_OBS_LOG_DIRECTORY="/logs"
EXPOSE 9000 9001
VOLUME ["/data", "/logs"]