diff --git a/stubs/rustfs.stub b/stubs/rustfs.stub index f5bd35ed..768b8c6d 100644 --- a/stubs/rustfs.stub +++ b/stubs/rustfs.stub @@ -13,18 +13,13 @@ rustfs: RUSTFS_CONSOLE_CORS_ALLOWED_ORIGINS: '*' RUSTFS_ACCESS_KEY: 'sail' RUSTFS_SECRET_KEY: 'password' - RUSTFS_LOG_LEVEL: 'info', + RUSTFS_LOG_LEVEL: 'info' volumes: - 'sail-rustfs:/data' networks: - sail healthcheck: - test: - [ - "CMD", - "sh", "-c", - "curl -f http://127.0.0.1:9000/health && curl -f http://127.0.0.1:9001/health" - ] + test: ["CMD", "sh", "-c", "curl -f http://127.0.0.1:9000/health && curl -f http://127.0.0.1:9001/health"] interval: 30s timeout: 10s retries: 3