From 938092a8ebded33831a230afc994e2c1880fa568 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Thu, 14 May 2026 10:42:01 +0200 Subject: [PATCH] s --- apps/storage/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/storage/docker-compose.yml b/apps/storage/docker-compose.yml index 7e7402d..0b60daf 100644 --- a/apps/storage/docker-compose.yml +++ b/apps/storage/docker-compose.yml @@ -11,10 +11,10 @@ services: - seaweedfs_data:/data - ./s3.json:/data/s3.json:ro - ./security.toml:/data/security.toml:ro - command: > - server -dir=/data -filer - -s3 -s3.config=/data/s3.json - -iam.config=/data/security.toml + # command: > + # server -dir=/data -filer + # -s3 -s3.config=/data/s3.json + # -iam.config=/data/security.toml healthcheck: test: ["CMD-SHELL", "curl -sf http://localhost:9333/cluster/status && curl -sf http://localhost:8888/"]