s
This commit is contained in:
parent
c7cb940409
commit
938092a8eb
1 changed files with 4 additions and 4 deletions
|
|
@ -11,10 +11,10 @@ services:
|
||||||
- seaweedfs_data:/data
|
- seaweedfs_data:/data
|
||||||
- ./s3.json:/data/s3.json:ro
|
- ./s3.json:/data/s3.json:ro
|
||||||
- ./security.toml:/data/security.toml:ro
|
- ./security.toml:/data/security.toml:ro
|
||||||
command: >
|
# command: >
|
||||||
server -dir=/data -filer
|
# server -dir=/data -filer
|
||||||
-s3 -s3.config=/data/s3.json
|
# -s3 -s3.config=/data/s3.json
|
||||||
-iam.config=/data/security.toml
|
# -iam.config=/data/security.toml
|
||||||
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