Skip to content

Commit 1a9308d

Browse files
committed
Unified naming style
1 parent d0b72c5 commit 1a9308d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/layotto-file/docker-compose.yml renamed to docker/layotto-minio/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
command:
2222
- 'start'
2323
volumes:
24-
- ./config_file.json:/runtime/configs/config.json
24+
- ./config_minio.json:/runtime/configs/config.json
2525
ports:
2626
- 34904:34904
2727
- 34903:34903

docs/zh/start/file/minio.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Layotto提供了访问文件的示例 [demo](https://github.com/mosn/layotto/blo
1010
您可以使用 docker-compose 启动 MinIO 和 Layotto
1111

1212
```bash
13-
cd docker/layotto-file
13+
cd docker/layotto-minio
1414
# Start MinIO and layotto with docker-compose
1515
docker-compose up -d
1616
```
@@ -101,7 +101,7 @@ go build client.go
101101
如果您是用 docker-compose 启动的 MinIO 和 Layotto,可以按以下方式关闭:
102102

103103
```bash
104-
cd ${project_path}/docker/layotto-file
104+
cd ${project_path}/docker/layotto-minio
105105
docker-compose stop
106106
```
107107
#### **销毁 MinIO Docker 容器**

0 commit comments

Comments
 (0)