command
This commit is contained in:
parent
68bddb8d3c
commit
99100d3eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- seaweedfs_data:/data
|
- seaweedfs_data:/data
|
||||||
- ./s3.json:/etc/seaweedfs/config.json
|
- ./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:
|
healthcheck:
|
||||||
test: ["CMD-SHELL",
|
test: ["CMD-SHELL",
|
||||||
"curl -sf http://localhost:9333/cluster/status && curl -sf http://localhost:8888/"]
|
"curl -sf http://localhost:9333/cluster/status && curl -sf http://localhost:8888/"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue