update docker local dev env

This commit is contained in:
Chris Lu
2020-02-25 21:56:15 -08:00
parent 892e726eb9
commit ca4ca1ae6f
3 changed files with 12 additions and 12 deletions

View File

@@ -25,7 +25,5 @@ docker-compose -f seaweedfs-dev-compose.yml -p seaweedfs up
```bash
cd $GOPATH/src/github.com/chrislusf/seaweedfs/docker
docker-compose -f local-dev-compose.yml -p seaweedfs up
make
```