File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
21
21
command :
22
22
- ' start'
23
23
volumes :
24
- - ./config_file .json:/runtime/configs/config.json
24
+ - ./config_minio .json:/runtime/configs/config.json
25
25
ports :
26
26
- 34904:34904
27
27
- 34903:34903
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Layotto提供了访问文件的示例 [demo](https://github.com/mosn/layotto/blo
10
10
您可以使用 docker-compose 启动 MinIO 和 Layotto
11
11
12
12
``` bash
13
- cd docker/layotto-file
13
+ cd docker/layotto-minio
14
14
# Start MinIO and layotto with docker-compose
15
15
docker-compose up -d
16
16
```
@@ -101,7 +101,7 @@ go build client.go
101
101
如果您是用 docker-compose 启动的 MinIO 和 Layotto,可以按以下方式关闭:
102
102
103
103
``` bash
104
- cd ${project_path} /docker/layotto-file
104
+ cd ${project_path} /docker/layotto-minio
105
105
docker-compose stop
106
106
```
107
107
#### ** 销毁 MinIO Docker 容器**
You can’t perform that action at this time.
0 commit comments