fix: add RUSTFS_UNSAFE_BYPASS_DISK_CHECK environment variable to rustfs service

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-28 14:47:58 +08:00
parent 0abfad7c4b
commit 6a9b1b8112
+1
View File
@@ -135,6 +135,7 @@ services:
- RUSTFS_ACCESS_KEY=rustfsadmin
- RUSTFS_SECRET_KEY=rustfsadmin
- RUSTFS_OBS_LOGGER_LEVEL=info
- RUSTFS_UNSAFE_BYPASS_DISK_CHECK=${RUSTFS_UNSAFE_BYPASS_DISK_CHECK:-false}
# - RUSTFS_TLS_PATH=/opt/tls
# - RUSTFS_OBS_ENDPOINT=http://otel-collector:4318
volumes: