fix ip.bind cmd for docker compose

This commit is contained in:
Konstantin Lebedev
2022-06-15 16:49:53 +05:00
parent 4eeeb5f50d
commit a9f6c4b43d
3 changed files with 11 additions and 4 deletions

View File

@@ -28,6 +28,13 @@ cd $GOPATH/src/github.com/chrislusf/seaweedfs/docker
make
```
### S3 cmd
list
```
s3cmd --no-ssl --host=127.0.0.1:8333 ls s3://
```
## Build and push a multiarch build
Make sure that `docker buildx` is supported (might be an experimental docker feature)