This commit is contained in:
Marco Pedone 2026-05-14 10:47:14 +02:00
parent 68bddb8d3c
commit 99100d3eeb

View file

@ -11,7 +11,7 @@ services:
volumes:
- seaweedfs_data:/data
- ./s3.json:/etc/seaweedfs/config.json
command: "weed server -dir=/data -s3 -s3.config=/etc/seaweedfs/config.json"
command: "server -dir=/data -s3 -s3.config=/etc/seaweedfs/config.json"
healthcheck:
test: ["CMD-SHELL",
"curl -sf http://localhost:9333/cluster/status && curl -sf http://localhost:8888/"]