docker: tweaking docker file

This commit is contained in:
Chris Lu
2020-01-24 17:56:46 -08:00
parent 3cdb27fafc
commit 8e071c2fa6
2 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ services:
ports:
- 8080:8080
- 18080:18080
command: 'volume -max=5 -mserver="master:9333" -port=8080'
command: '-v=4 volume -max=5 -mserver="master:9333" -port=8080 -ip=volume'
depends_on:
- master
filer:
@@ -26,7 +26,7 @@ services:
ports:
- 8888:8888
- 18888:18888
command: 'filer -master="master:9333"'
command: '-v=4 filer -master="master:9333"'
depends_on:
- master
- volume
@@ -36,7 +36,7 @@ services:
dockerfile: Dockerfile.go_build
ports:
- 8333:8333
command: 's3 -filer="filer:8888"'
command: '-v=4 s3 -filer="filer:8888"'
depends_on:
- master
- volume